0.1.4 • Published 9 years ago
starter-deck-cli v0.1.4
Starter Deck CLI
A simple boilerplate manager that creates aliases for github repos. Easy to reuse and no need to remember.
Install
npm install -g starter-deck-cliUsage
sdcli deck alias --npm|git
Flags
npm: runs npm installgit: does a clean git init
Example
sdcli deck reactapp todo-app --npm --git
// => made todo-app directory, ran npm install, and git initsdcli save alias
Saves a github repo as an alias.
Example
sdcli save reactapp https://github.com/esayemm/react-starter-kit
// => saved the url to the alias 'reactapp'sdcli remove alias
Removes an alias.
Example
sdcli remove reactapp
// => removed alias 'reactapp'##Starter Decks
- cli-kit: node cli project
- js-module-browser: js module targeted for browser use
- js-module: js module