starter-deck-cli
v0.1.4
Published
Boilerplate manager.
Downloads
2
Readme
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-cli
Usage
sdcli deck [alias] [output] [--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 init
sdcli save [alias] [url]
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