0.6.0 • Published 6 years ago

generator-xtext v0.6.0

Weekly downloads
4
License
EPL-1.0
Repository
github
Last release
6 years ago

generator-xtext

NPM version Build Status Dependency Status

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-xtext

Then generate your new project:

yo xtext

Developers

In order to test the generator locally run:

npm link

Which 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 minor

After the commit and tag is pushed Travis will automatically deploy the tagged version.

0.6.0

6 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago