Skip to content
This repository was archived by the owner on Feb 28, 2020. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IBM Cloud Enablement Generator
# IBM Core Node Express Generator

[![Bluemix powered][img-bluemix-powered]][url-bluemix]
[![Travis][img-travis-master]][url-travis-master]
Expand Down Expand Up @@ -44,7 +44,7 @@ npm install -g generator-ibm-core-node-express

Following command line arguments are supported

* `--bluemix='{"name":\"<project name>","backendPlatform":"NODE"}'`.
* `--bluemix='{"name":"<project-name>","backendPlatform":"NODE"}'`.
* You will need at least a name and backendPlatform to run it locally.
* You can alternatively supply a local file containing compatible JSON object by using `--bluemix file:path/to/file.json`

Expand All @@ -61,7 +61,7 @@ npm link
In a separate directory invoke the generator via

```
yo ibm-cloud-enablement --bluemix
yo ibm-core-node-express --bluemix='{"name":"<project-name>","backendPlatform":"NODE"}'
```

## Publishing Changes
Expand All @@ -72,5 +72,4 @@ Once you are finished with your changes, run `npm test` to make sure all tests p

Do a pull request against `development`, make sure the build passes. A team member will review and merge your pull request.
Once merged to development, the version will be auto-incremented.
Do a pull request against master, once that PR is reviewed and merged, a new version will be published.

Do a pull request against master, once that PR is reviewed and merged, a new version will be published.