typescli
v0.0.2
Published
CLI App using typescript, nodejs, lowdb and inquirerjs
Downloads
2
Maintainers
Readme
TYPESCLI :rocket:
This is a cli app that can create, mark as complete, show/hide completed and remove tasks.
Technologies used for this project :computer:
Usage
npm is required.
npm i typescli -g
typescli
Screenshots :camera:
Show/Hide Completed Tasks
Add New Tasks
Mark Tasks as Completed
Remove Completed Task
Hacking
You can modified source code.
git clone https://github.com/gabrielba15/typescli.git
cd typescli
npm install
npm run build
npm start
Ready, happy hacking :D