Package Exports
- create-es-pack/dist/command
- create-es-pack/dist/core
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-es-pack) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ES pack
Project generator of ECMAScript package
Example
npm init es-pack path/to/project \
--remote https://github.com/your_id/repo_name.gitFeature
| Feature | Technique |
|---|---|
| ECMAScript 6+ | Babel 7 |
| Version control | Git |
| Package & Toolchain | NPM |
| Code formatter | EditorConfig |
| Prettier | |
| ESLint | |
| Testing framework | Mocha |
| Should | |
| API document | ESDoc |
| CI & CD | Travis CI |
| Azure Pipelines |
API
Command-line
create-es-pack [path] [options]
Project generator of ECMAScript package
Options:
-h, --help show Help information
-r, --remote <URL> Git URL of a Remote repository
-s, --system <name> Compatible operating systems (comma separated)
-v, --version show Version numberES module
https://web-cell.dev/create-es-pack/
