starter-deck-cli

0.1.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i starter-deck-cli

Weekly Downloads

1

Version

0.1.4

License

ISC

Last publish

Collaborators

  • esayemm