gabobaxx / typescli

CLI Task App using Typescript, Nodejs, Lowdb, Inquirer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TYPESCLI 🚀

This is a cli app that can create, mark as complete, show/hide completed and remove tasks.

Technologies used for this project 💻

Usage

npm is required.

npm i typescli -g
typescli 

Screenshots 📷

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

About

CLI Task App using Typescript, Nodejs, Lowdb, Inquirer.


Languages

Language:TypeScript 60.0%Language:JavaScript 40.0%