Install Yeoman
npm install -g yo
bash npm install -g generator-ibm-service-enablement
Following command line arguments are supported
--bluemix {stringified-json}
- used by Scaffolder to supply project information frompman
. This will be referred asprojectConfig
in this document. You can also supply a local file containing compatible JSON object by using--bluemix file:path/to/file.json
Clone this repository and link it via npm
git clone https://github.com/ibm-developer/generator-ibm-service-enablement
cd generator-ibm-service-enablement
npm link
In a separate directory invoke the generator via
yo ibm-service-enablement