JSPM CLI is the package management of the JSPM project, supporting import map package management.
Getting Started | Documentation | FAQ- Resolution against
node_modules
for 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.sh
andunpkg
. - Import map extraction/injection into HTML files, with module preloading and integrity attributes.
See the documentation and getting started guide on jspm.org.
Build and test workflows use Chomp.
Apache-2.0