@rabbitcc/create

0.0.1 • Public • Published

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
}

Readme

Keywords

none

Package Sidebar

Install

npm i @rabbitcc/create

Weekly Downloads

1

Version

0.0.1

License

GPL-3.0

Last publish

Collaborators

  • rabbitcc