manage activities with a points/karma system
Clone this repository:
git clone https://github.com/omnidan/karma
cd karma
Install dependencies (in the karma
directory):
npm install
node index.js
-
help
- view all commands with infos -
help [command]
- view info about a certain command -
def <name> <points>
- define an activity -
def <name> <points> -n
- define an activity with negative points -
list
- list all activities -
history
- list a history of all activities -
<activity> [times]
ordo <activity> [times]
- do a certain activity certain times, e.g.coding 60
could be "coding for 60 minutes"
You can reset the db by running:
npm run reset
WARNING: This will remove all your data.