0.0.1 • Published 5 years ago

makecomponentfolder v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

MakeComponentFolder

A tool for creating react component folder structure from templates.

oclif Version Downloads/week License

Usage

$ npm install -g makecomponentfolder
$ mcf COMMAND
running command...
$ mcf (-v|--version|version)
makecomponentfolder/0.0.0 darwin-x64 node-v8.1.4
$ mcf --help [COMMAND]
USAGE
  $ mcf COMMAND
...

Commands

mcf help [COMMAND]

display help for mcf

USAGE
  $ mcf help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

mcf new

Describe the command here

USAGE
  $ mcf new

OPTIONS
  -n, --name=name  name of the component to create

DESCRIPTION
  ...
  Extra documentation goes here

See code: src/commands/new.js