Skip to content

mvpspace/mvp-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MVP CLI

A small cli to kit start your dev projects

INSTALLATION

  • Clone this repo on your local machine
  • cd to the project directory
  • run npm install -g to install it in your system as a command line application

Now you can access it using following command on terminal:

  • mvp
  • mvp init
  • mvp git

USAGE

To download a starter kit run in the terminal mvp init <starter-kit> <repo-name>

For example: mvp init basic test_repo

This will download the basic starter kit from MVP-SPACE and label it test_repo

Available starter kits:

  • basic (wip)
  • apollo (wip)
  • redux (wip)

Thanks to:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published