0.1.1 • Published 10 years ago
jspm-node v0.1.1
jspm-node
Automatically installs the jspm version of each npm package dependency.
Installing
jspm-node is available as an
npm package.
Usage
In your package.json, run the jspm-node command from the prepublish
script as follows:
{
"name": "project",
"scripts": {
"prepublish": "jspm-node"
}
}Now, running npm install will install dependencies via npm as well as jspm.
Note that the prepublish script will only be run when not passing an argument
to npm install. So, only install packages by manually adding them to the
package.json and running npm install with no arguments.
Development
Getting Started
The application requires the following external dependencies:
- Node.js
The rest of the dependencies are handled through:
npm installRun tests with:
npm test