blitz-project-cli

0.0.12-beta.9 • Public • Published

Blitz

NPM

  • Installation
  • Getting started
  • API
  • Release notes

Get up and running fast in any project by installing default npm packages in a blitz.

Installation

npm install blitz-project-cli

Getting started

Create a new Blitz file for a particular project type and then open it in your editor.

$ blitz new react-native
New config created: config_files/react-native.json

$ blitz list
react-native

$ blitz edit react-native
{ opens your text editor with a skeleton JSON }

Now we'll add our default packages.

{
    "packages":[
        "react-native-vector-icons",
        "mobx",
        "mobx-react",
        "babel-plugin-transform-decorators-legacy"
    ],
    "devPackages":[],
    "shellCommands":["echo Done!"]
}

Run the blitz:

$ blitz run react-native

API

Run blitz help to see all available commands.

  Commands:

    new [name]   
    list         
    edit <name>  
    run <name>   
    delete <name>

Release notes

As of 0.0.12-beta.7, config files are stored on the user's machine, where aplication config data is stored.

Package Sidebar

Install

npm i blitz-project-cli

Weekly Downloads

0

Version

0.0.12-beta.9

License

ISC

Last publish

Collaborators

  • yoniweisbrod