0.1.4 • Published 8 years ago

starter-deck-cli v0.1.4

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

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 --npm|git

Flags

  • npm: runs npm install
  • git: 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

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