0.1.2 • Published 4 years ago

lggn v0.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

lggn

markdown log generation

WIP: Don't use this until a 1.0 release

What it is

A CLI that generates .md files for logging, journaling, or anything else you want to keep chronological track of.

What it's not

For logging code output. This is not for server logging.

Why?

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.

oclif Version Downloads/week License

Usage

$ npm install -g lggn
$ lggn COMMAND
running command...
$ lggn (-v|--version|version)
lggn/0.1.1 darwin-x64 node-v13.9.0
$ lggn --help [COMMAND]
USAGE
  $ lggn COMMAND
...

Commands

lggn gen

generate

USAGE
  $ lggn gen

OPTIONS
  -c, --configure=configure  configure
  -h, --help                 show CLI help

See code: src/commands/gen.ts

lggn hello [FILE]

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

lggn help [COMMAND]

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