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

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.

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
```