create-brahmos-app
Advanced tools
Comparing version 0.0.4-alpha to 0.0.5-alpha
{ | ||
"name": "create-brahmos-app", | ||
"version": "0.0.4-alpha", | ||
"version": "0.0.5-alpha", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "brahmos" |
@@ -9,9 +9,23 @@ # create-brahmos-app | ||
## Start the app | ||
## Usage | ||
Install the **create-brahmos-app** globally | ||
```sh | ||
npm install -g create-brahmos-app | ||
``` | ||
Scaffold a new brahmos app | ||
```sh | ||
create-brahmos-app my-brahmos-app | ||
``` | ||
Start the app | ||
```sh | ||
npm start | ||
``` | ||
## Build the app | ||
Build the app | ||
@@ -22,3 +36,3 @@ ```sh | ||
## Eject | ||
Eject | ||
@@ -25,0 +39,0 @@ ```sh |
478488
44