graph-build-system
v1.0.4
Published
Provides grunt tasks to make configs and build .net solutions using pick and roll and msbuuild
Readme
Graph build system
Provides grunt tasks to make configs and build .net solutions using pick and roll and msbuuild
Instalation
git clonepackage.json:
"dependencies": {
"graph-build-system": "file:../../grunt-build-system/"
}Using
grunt make_configs
grunt build_solution
grunt test_envGet configs
var configs = require('./tools/configs');
// get all configs
configs.get()
// get one value
configs.get('remote_server:ftp_user_name');