Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/jspm/jspm-cli

ES Module Package Manager
https://github.com/jspm/jspm-cli

Last synced: 26 days ago
JSON representation

ES Module Package Manager

Lists

README

        



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](https://jspm.org/docs/jspm-cli) and [getting started](https://jspm.org/getting-started) guide on jspm.org.

## Contributing

Build and test workflows use [Chomp](https://chompbuild.com).

## License

Apache-2.0