https://github.com/maximilianmairinger/mjsify
Make an ESM file explicit (.mjs), on all filenames and import statements.
https://github.com/maximilianmairinger/mjsify
cjs convert esm export extension import mjs transpile
Last synced: about 1 year ago
JSON representation
Make an ESM file explicit (.mjs), on all filenames and import statements.
- Host: GitHub
- URL: https://github.com/maximilianmairinger/mjsify
- Owner: maximilianMairinger
- Created: 2023-05-06T20:16:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T12:20:57.000Z (almost 3 years ago)
- Last Synced: 2025-02-24T20:39:46.860Z (over 1 year ago)
- Topics: cjs, convert, esm, export, extension, import, mjs, transpile
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/mjsify
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mjsify
Make an ESM file explicit (.mjs), on all filenames and import statements.
> Please note that Mjsify is currently under development and not yet suited for production
## Installation
```shell
$ npm i mjsify
```
## Usage
```ts
import mjsify from "mjsify"
mjsify()
```
## Contribute
All feedback is appreciated. Create a pull request or write an issue.