1.2.0 • Published 4 years ago

@e3-neon/neon-cli v1.2.0

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

neon-cli

CLI Tool built for Element Three's Neon frontend

oclif License

Usage

$ npm install -g @e3-neon/neon-cli
$ neon COMMAND
running command...
$ neon (-v|--version|version)
neon-cli/0.0.1 darwin-x64 node-v10.16.3
$ neon --help [COMMAND]
USAGE
  $ neon COMMAND
...

Commands

neon help [COMMAND]

display help for neon

USAGE
  $ neon help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

neon make

Creates new components for neon

USAGE
  $ neon make TYPE NAME

ARGUMENTS
  TYPE  [default: layout] The type of component.
  NAME  [default: NewFile] The name of component.

DESCRIPTION
  ...
  With this command, you can create a new component in the appropriate directory.
  Makes the right thing the easy thing.

See code: src/commands/make.js