https://github.com/iac-factory/ts-esm-standard
A TypeScript ESM Template
https://github.com/iac-factory/ts-esm-standard
Last synced: 2 months ago
JSON representation
A TypeScript ESM Template
- Host: GitHub
- URL: https://github.com/iac-factory/ts-esm-standard
- Owner: iac-factory
- License: bsd-2-clause
- Created: 2022-04-24T07:05:52.000Z (about 3 years ago)
- Default Branch: Development
- Last Pushed: 2022-05-09T07:17:48.000Z (about 3 years ago)
- Last Synced: 2025-02-08T17:44:58.729Z (4 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `ts-esm-standard` #
A Node.js ESM Standard Template Package -- Extended via TypeScript## Distribution ##
Distribution(s) are compliant back to `ES3`.
Compilation is achieved via `npm start` or `npm run start`.
Once compiled, a `node` process can then execute any one of the following:
- `./distribution`
- `./distribution/common-js`
- `./distribution/ecma`