Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

vpro/jspm-cli

 
 

Repository files navigation

🚨🚨🚨 Deprecation Warning 🚨🚨🚨

This fork has been deprecated for use within the VPRO. Please use the correct npm registry version of this package. You probably need this version: https://www.npmjs.com/package/jspm/v/0.17.0-beta.49

jspm CLI

NPM version Downloads Build Status Gitter Support

Registry and format agnostic JavaScript package manager.

  • Supports installing any module format from any registry, with GitHub and npm currently provided, via the registry API.
  • Couples to the SystemJS module loader, which is built on the current draft of the browser ES6 module loader specification.
  • Carefully resolves version ranges using greedy fork minimization into flat multi-version package folders.
  • Provides tiered bundling of multi-format module trees using SystemJS builder.
  • Loads and builds assets through SystemJS plugins.

See https://jspm.io for a project overview.

For support, join the Gitter room or Google Group.

Use jspm --help to see the full up-to-date list of commands.

If you are interested in contributing to the project, please read the contributors' guide.

For a list of community projects and tools, see the Third-Party Resources Wiki.

Documentation

See the SystemJS project page for SystemJS usage documentation.

License

Apache 2.0

Packages

No packages published

Languages

  • JavaScript 99.4%
  • Other 0.6%