- Notifications
You must be signed in to change notification settings - Fork23
jspm/generator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
JSPM Generator is the core import map generation project used by JSPM, supporting import map package management.
Getting Started |Documentation |FAQThis is the core import map generation project for theJSPM CLI.
- Local Linking: map packages to your local
node_modules
folder - Common CDNs: Resolve against common CDNs likejspm.io,jsDelivr,UNPKG andmore
- Universal Semantics: Implementsuniversal 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.json
files - Package Entrypoints: Handles node-style package exports, imports and own-name resolution
See thedocumentation andgetting started guide on jspm.org.
Contributions welcome.
Build and test workflows useChomp.
Apache-2.0