node-task-forge
Version:
task/prj management
85 lines (55 loc) • 2.7 kB
Markdown
<p align="center">
<a href="https://travis-ci.org/Gander7/task-forge.svg?branch=master">
<img alt="Travis (.org) branch" src="https://img.shields.io/travis/Gander7/task-forge/master"></a>
<a href='https://coveralls.io/github/Gander7/task-forge?branch=master'>
<img src='https://coveralls.io/repos/github/Gander7/task-forge/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href='https://github.com/Gander7/task-forge/blob/master/LICENSE'>
<img alt="GitHub" src="https://img.shields.io/github/license/Gander7/task-forge"></a>
</p>
```
_____ _ ______
|_ _| | | | ___|
| | __ _ ___ | | __ | |_ ___ _ __ __ _ ___
| | / _` |/ __|| |/ / | _| / _ \ | '__| / _` | / _ \
| | | (_| |\__ \| < | | | (_) || | | (_| || __/
\_/ \__,_||___/|_|\_\ \_| \___/ |_| \__, | \___|
__/ |
|___/
```
---
<h2 align="center">A task/project managerment CLI tool</h2>
<p align="center">
Explore the Docs · Report Bug · Request Feature
</p>
// TODO: Readme Links for
- Explore the docs,
- Report Bug(ISsue with Template),
- Request Feature(Issue with template)
## About
Project is in an infantile state, you may see todos within the project but
I will be using Task Forge for it's own todos once it's in a stable enough state. :)
## Getting Started
### Prerequisites
- Node/NPM
### Installation
// TODO: Readme, Install
## Usage
### Simple
// TODO: Simple Usage Example
### Documentation
// TODO: Documentation
## Roadmap
- Basic Task Crud
- Add [Shields](https://shields.io/) as we go
- Implementation of [better-sqlite3](https://github.com/JoshuaWise/better-sqlite3/issues/262)
- Integration (Push/Pull) [from github issues](https://help.github.com/en/github/managing-your-work-on-github/about-issues)
- Urgency, inspired from [Task Warrior](https://github.com/GothenburgBitFactory/taskwarrior)
- Priority+Backlog, inspired from [Scrum]
## Contributing
Contributing is greatly appreciated.
Please see `CONTRIBUTING` for more information.
## License
Distributed under the MIT License. See `LICENSE` for more information.
## Acknowledgements/Inspiration
- Readme inspired by [Best-README-Template](https://github.com/othneildrew/Best-README-Template/blob/master/README.md)
- Commands inspired by [Task Warrior](https://github.com/GothenburgBitFactory/taskwarrior)