jspm-node

0.1.1 • Public • Published

jspm-node

Build Status

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 install

Run tests with:

npm test

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i jspm-node

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • vinsonchuong