markdown log generation
A CLI that generates .md files for logging, journaling, or anything else you want to keep chronological track of.
For logging code output. This is not for server logging.
Markdown is a great form factor for writing. An editor + markdown is lightweight and often times a better experience than word processors. Writing in markdown is a useful workflow for a daily development logs or anything else.
$ npm install -g lggn
$ lggn COMMAND
running command...
$ lggn (-v|--version|version)
lggn/0.1.0 darwin-x64 node-v13.9.0
$ lggn --help [COMMAND]
USAGE
$ lggn COMMAND
...
describe the command here
USAGE
$ lggn hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ lggn hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
display help for lggn
USAGE
$ lggn help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help