npm install todo.md- [x] You made up your mind to create a todo?
- [x] Update the body of it?
- [x] Update the status of it?
- [x] Or just drop it?
- [x] Finally you can read all of it!
Use npm please:
```
sudo npm install -g todo.md
`bashCheck version out
$ todo -v
`
Wow! Sounds awesome! You can have a todo list globally instead of using in a project directory.
Just by passing an arguement -g, just like:
`bash`
todo -g
todo add "global todo item" -g
These todos will be stored in your home directory as TODO.md, in OS X it is /Users/$whoami, wherever you are just pass -g` to make magic.
MIT.