0.3.0 • Published 9 years ago

ginjs v0.3.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 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

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago

0.0.15

9 years ago

0.0.14

9 years ago

0.0.13

10 years ago

0.0.12

10 years ago

0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago