0.6.0 • Published 7 years ago
generator-xtext v0.6.0
generator-xtext
Installation
First, install Yeoman and generator-xtext using npm (we assume you have pre-installed node.js v6 or higher).
npm install -g yo
npm install -g generator-xtextThen generate your new project:
yo xtextDevelopers
In order to test the generator locally run:
npm linkWhich then allows you to run yo xtext against your local version of the generator.
Release process
In order to create a release, the version needs to be increased and tagged. This is done easily using npm version, for example:
npm version minorAfter the commit and tag is pushed Travis will automatically deploy the tagged version.