0.0.1 • Published 6 years ago

@rabbitcc/create v0.0.1

Weekly downloads
1
License
GPL-3.0
Repository
github
Last release
6 years ago

Usage

Create you project that easy integrate cli and VC platform, Just use create wrap the project-init style cli, e.g:

create create-react-app repo

The create tools require your presonal token, e.g. The Github need ~/.github file. If not found token file, create will ask your USERNAME and PASSWORD to create one.

Syntax

create COMMAND PROJECTNAME
  [--platform=github|gitlab(TODO)]
  [cmdOptions]

Interface

type Options = {
  platform: string,         // default to github
  name: string,             // project name, also as platform(e.g. github) repo name
  cmd: string,              // commander
  cmdOptions: Array<string> // pass to cmd
}