0.0.12-beta.9 • Published 7 years ago

blitz-project-cli v0.0.12-beta.9

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

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.

0.0.12-beta.9

7 years ago

0.0.12-beta.8

7 years ago

0.0.12-beta.7

7 years ago

0.0.12-beta.6

7 years ago

0.0.12-beta.5

7 years ago

0.0.12-beta.3

7 years ago

0.0.12-beta.2

7 years ago

0.0.12-beta.0

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8-beta.4

7 years ago

0.0.8-beta.2

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago