npm.io
0.1.4 • Published 10 years agoCLI

starter-deck-cli

Licence
ISC
Version
0.1.4
Deps
7
Vulns
0
Weekly
0

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 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] [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