graph-build-system

1.0.4 • Public • Published

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');

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    1
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i graph-build-system

Weekly Downloads

1

Version

1.0.4

License

MIT

Last publish

Collaborators

  • graph