0.3.0 • Published 4 years ago

@elementthree/neon-cli v0.3.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-cli
$ neon COMMAND
running command...
$ neon (-v|--version|version)
@e3/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

OPTIONS
  -n, --name=name  name of new component
  -t, --type=type  type of new 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

0.3.0

4 years ago