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

https://github.com/iac-factory/esm-standard

A Node.js ESM Standard Template Package
https://github.com/iac-factory/esm-standard

Last synced: 2 months ago
JSON representation

A Node.js ESM Standard Template Package

Awesome Lists containing this project

README

        

# `esm-standard` #

A Node.js ESM Standard Template Package

## General Information ##

`npm` supports `esm`:

```shell
npm init esm
```

- [`npm` Official Documentation](https://docs.npmjs.com/cli/v8/commands/npm-init#forwarding-additional-options)

- [Reference](https://github.com/standard-things/create-esm)
- [Merge into `node.js`'s Standard Library](https://github.com/standard-things/node)