build-bin
A zero-configuration plugin system for building assets for production release
Installing
build-bin
is available as an
npm package.
Usage
Add build-bin
to the package.json
as follows:
{
"name": "project",
"private": true,
"scripts": {
"build": "build"
},
"devDependencies": {
"build-bin": "^0.0.2"
}
}
From the command line, run:
npm run build
Writing Plugins
Development
Getting Started
The application requires the following external dependencies:
The rest of the dependencies are handled through:
npm install
Run tests with:
npm test