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
- Host: GitHub
- URL: https://github.com/iac-factory/esm-standard
- Owner: iac-factory
- License: bsd-2-clause
- Created: 2022-04-12T03:44:21.000Z (about 3 years ago)
- Default Branch: Development
- Last Pushed: 2022-04-12T03:57:17.000Z (about 3 years ago)
- Last Synced: 2025-02-08T17:44:56.354Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)