jspm

ES Module Package Manager

README

undefined

JSPM CLI


JSPM CLI is the package management of the JSPM project, supporting import map package management.

Getting Started | Documentation | FAQ

Resolution against node_modulesfor local development workflows.
Versioned, locked dependency management against the local package.json.
Tracing and installing the full dependency tree of an application.
Complete NPM-like module resolution that supports conditional environments and package entry points.
Support for a wide range of CDNs, such as jspm.io, jsDeliver, esm.shand unpkg.
Import map extraction/injection into HTML files, with module preloading and integrity attributes.

See the documentation and getting started guide on jspm.org.

Contributing


Build and test workflows use Chomp .

License


Apache-2.0