https://github.com/ulyssesrr/esm-launcher
Launch commands with ESM preloaded.
https://github.com/ulyssesrr/esm-launcher
Last synced: 25 days ago
JSON representation
Launch commands with ESM preloaded.
- Host: GitHub
- URL: https://github.com/ulyssesrr/esm-launcher
- Owner: ulyssesrr
- License: mit
- Created: 2019-11-17T05:17:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T05:35:48.000Z (almost 6 years ago)
- Last Synced: 2025-09-19T04:25:22.392Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# esm-launcher
Launch commands with ESM preloaded, thus adding support to ES Modules (ie: import/export).
Useful when the command to be launched runs custom code, like code generators such as [Hygen](https://hygen.io).
## Installation
```shell
npm install -g esm-launcher
```
## Hygen Example
```shell
esm-launcher hygen custom-generator-using-import-export new
```