0.1.0 • Published 4 years ago

blux-gen v0.1.0

Weekly downloads
3
License
GPL-3.0-or-later
Repository
github
Last release
4 years ago

blux-gen

Static-site generator for blux apps.

oclif Version Downloads/week License

Usage

$ npm install -g blux-gen
$ blux-gen COMMAND
running command...
$ blux-gen (-v|--version|version)
blux-gen/0.1.0 linux-x64 node-v10.13.0
$ blux-gen --help [COMMAND]
USAGE
  $ blux-gen COMMAND
...

Commands

blux-gen hello

Describe the command here

USAGE
  $ blux-gen hello

OPTIONS
  -n, --name=name  name to print

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/hello.js

blux-gen help [COMMAND]

display help for blux-gen

USAGE
  $ blux-gen help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help