task-master-cli
Version:
This app going to help to take control to your activities following GTD method
68 lines (41 loc) • 2.48 kB
Markdown
        

# Task Master CLI (⚙️ Building)
This app going to help to take control to your activities following GTD method
To create a NodeJS project, you can follow these steps:

# Feature
✓ 📦 Create a Node.js APP Project in a seconds
✓ 🤯 Using mysql with sequelize migrations & seeds
✓ 📈 Using mysql
✓ 👤 User CRUD & Jest test
✓ 👨💻 This tool is powered by MoralexCode
<br>
## ⬇️ Install
```sh
npm install task-master-cli -g
npm link # some times need execute like sudo user
```
<br>

run this comand to add new Task:
```sh
# answer the questions
t add 'Call the family' --description 'organize party time 😎'
```
run this comand to add new Task with details:
```sh
# answer the questions
t add 'Read a book' --description 'Getting Things Done 📚' --due 'today 9pm' -p 'High'
```
run this comand to get command helps:
```sh
# answer the questions
t help
```
# License
MIT
# Questions
doubts, comments and support, please contact me  by email : [oscarmorales.fullstackdeveloper@gmail.com](oscarmorales.fullstackdeveloper@gmail.com)
 [OSCAR MORALES](https://www.linkedin.com/in/oscar-morales-garcia/)
