node-build-script
node-build-script copied to clipboard
npm package
Are you still thinking of publishing it as a npm package? This would be usefull to integrate it in a packaga.json file, when sharing your app.
Unless you can include the url in a package.json ?
npm allows you to include a remote tarball url as one of your package dependencies, or via npm install
{
"dependencies": {
"node-build-script": "http://nodeload.github.com/h5bp/node-build-script/tarball/master"
}
}
You can choose to change the master sha1 to point to a specific tag