Skip to content

jspm/jspm-cli

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2024
Oct 24, 2023
Aug 5, 2024
Aug 5, 2024
Apr 3, 2023
Mar 9, 2023
May 20, 2019
Jun 24, 2019
Mar 27, 2023
Oct 2, 2023
Oct 24, 2023
Jan 4, 2023
Aug 5, 2024
Feb 15, 2023
Sep 16, 2024
Sep 9, 2024
Mar 3, 2023
Mar 27, 2023

Repository files navigation

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 and 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