0.3.0 • Published 7 years ago

ginjs v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ginjs

npm package Build Status codecov Code Climate Dependency Status devDependency Status

A tool for building feature-oriented productlines with Node.js.

Todo: Add documentation and info about related projects. Important: Better testcoverage...

To start build a productline:

mkdir myProductlineDir
cd myProductlineDir
npm init
npm install --save ginjs
node_modules/.bin/gin createProductLine .

You should now have a first productline in myProductlineDir. To activate your first product cd to products/default and source the activate script through

. activate

Now you have the gin command in the context of the selected product in your path.

Just try:

gin help

You find a dummy feature called gap in the features folder, feature selection is done through features.json in a products folder, e.g. products/default.

More information will follow...

0.3.0

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.2

7 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.15

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago