1.1.5 • Published 4 years ago

isogen v1.1.5

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

isogen

Isotope theme generator

oclif Version Downloads/week License

Usage

$ npm install -g isogen
$ isogen COMMAND
running command...
$ isogen (-v|--version|version)
isogen/1.1.4 linux-x64 node-v13.12.0
$ isogen --help [COMMAND]
USAGE
  $ isogen COMMAND
...

Commands

isogen generate

describe the command here

USAGE
  $ isogen generate

OPTIONS
  -h, --help               show CLI help
  -o, --output=output      (required) [default: ./] path to output directory
  -s, --scheme=scheme      [default: ../Isotope-Theme/palette.yml] path to color scheme definition
  -t, --template=template  (required) [default: template] path to template directory

See code: src/commands/generate.ts

isogen help [COMMAND]

display help for isogen

USAGE
  $ isogen help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

isogen new

describe the command here

USAGE
  $ isogen new

OPTIONS
  -h, --help               show CLI help
  -n, --name=name          name of program/project
  -o, --output=output      path to output file/directory
  -t, --template=template  path to template file/directory
  -u, --url=url            url for program/project

See code: src/commands/new.ts