
JSPM CLI
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.