1.0.4 • Published 8 years ago

graph-build-system v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Graph build system

Provides grunt tasks to make configs and build .net solutions using pick and roll and msbuuild

Instalation

git clone

package.json:

"dependencies": {
	"graph-build-system": "file:../../grunt-build-system/"
}

Using

grunt make_configs
grunt build_solution
grunt test_env

Get configs

var configs = require('./tools/configs');

// get all configs
configs.get()

// get one value
configs.get('remote_server:ftp_user_name');
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago