Project generator of ECMAScript package
npm init es-pack path/to/project \
--remote https://github.com/your_id/repo_name.git
| 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 |
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 number
https://web-cell.dev/create-es-pack/
Generated using TypeDoc