Skip to content

abancp/pit-js

Repository files navigation

PIT - Project Management (CLI)

this program use your git config email as user id . this will change when user mangement completed....

powerfull CLI project management system

after clone the repo

cd pit-js

to install pit in your system

npm i && npm i -g .

Task

project are devided as tasks

to add tasks

pit task add  "task_name"

you can display tasks using

pit task

tasks are three types Active,Working,Completed

task add command will add to active list

to add your task to Working

pit task add -w "task_name"

to add your task to Completed

pit task add -c "task_name"

Happy Coding