 
  
Package management tools for the JSPM project, supporting import map package management.
Getting Started | Documentation | FAQThis monorepo includes the following tools:
- cli:- jspmCLI tool
- generator: JSPM Generator import map generation library (- @jspm/generator)
- import-map: JSPM Import Map low-level manipulation library (- @jspm/import-map)
- Local Linking: map packages to your local node_modulesfolder
- Common CDNs: Resolve against common CDNs like jspm.io, jsDelivr, UNPKG and more
- Universal Semantics: Implements universal CDN resolution semantics, based on an extension of the Node.js resolution
- Conditional Resolution: Map different versions of a module based on environment
- Dependency Versioning: Respects the version constraints in local and remote package.jsonfiles
- Package Entrypoints: Handles node-style package exports, imports and own-name resolution
- Importmap Injection: Import map extraction/injection into HTML files, with module preloading and integrity attributes.
- JSPM CLI: https://jspm.org/docs/jspm-cli/
- JSPM Generator: https://jspm.org/docs/generator/
- Import Map: https://jspm.org/docs/import-map/
- Getting Started: https://jspm.org/getting-started
Build and test workflows use Chomp.
Apache-2.0