Skip to content

derFBeste/lggn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.0 darwin-x64 node-v13.9.0
$ lggn --help [COMMAND]
USAGE
  $ lggn COMMAND
...

Commands

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

About

MD file generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published