0.0.2 • Published 3 years ago

typescli v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

principal

Add New Tasks

new

Mark Tasks as Completed

complete

Remove Completed Task

remove

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