abancp / pit-js

project management with git

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

project management with git

License:GNU General Public License v3.0


Languages

Language:JavaScript 51.2%Language:C 48.5%Language:Shell 0.4%