/devlog

A command line logging tool for recording thoughts/ideas/issues as a software developer (or anyone else who wants to write notes from the command line)

Primary LanguageJavaScriptOtherNOASSERTION

devlog

A command line logging tool for recording thoughts/ideas/anything as a software developer (or anyone else who wants to write notes from the command line)

NPM Version semantic-release Coverage Status Dependencies status Dev-dependencies status

Install

npm install -g devlog

Usage

$ devlog -?

Usage: devlog <options>

devlog           Create a log entry in the global devlog
devlog -?        This help information
devlog -l        Create a log entry in the local devlog in the current directory
devlog -m "msg"  Add "msg" to the devlog in the current directory
devlog -p        Print the log from oldest-to-newest
devlog -pr       Print the log from newest-to-oldest

Global log location: /users/dknuth/devlog/devlog.md

$ devlog
Add log entry: (press Ctrl+C when finished)
> This is my first log entry
> Just found a cool fix for when PhantomJS doesn't start...
> [Ctrl+C]
Log saved to /users/dknuth/devlog/devlog.md

Contributing

See CONTRIBUTING.md.

License

This software is licensed under the MIT Licence. See LICENSE.