https://github.com/voxpelli/badges-cjs-esm
A selection of shield.io badges to indicate ones type of module
https://github.com/voxpelli/badges-cjs-esm
badges cjs esm
Last synced: 4 months ago
JSON representation
A selection of shield.io badges to indicate ones type of module
- Host: GitHub
- URL: https://github.com/voxpelli/badges-cjs-esm
- Owner: voxpelli
- License: cc0-1.0
- Created: 2022-08-05T17:19:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-23T17:22:40.000Z (about 3 years ago)
- Last Synced: 2025-04-06T20:48:17.918Z (about 1 year ago)
- Topics: badges, cjs, esm
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CJS/ESM badges
[](https://mastodon.social/@voxpelli)
Pick the right one and add to your repo to, to help people see which type of module the project is.
### ECMAScript module ("ESM")
[](https://github.com/voxpelli/badges-cjs-esm)
See more info here: https://nodejs.org/api/esm.html
```md
[](https://github.com/voxpelli/badges-cjs-esm)
```
### CommonJS module ("CJS")
See more info here: https://nodejs.org/api/modules.html#modules-commonjs-modules
[](https://github.com/voxpelli/badges-cjs-esm)
```md
[](https://github.com/voxpelli/badges-cjs-esm)
```
### Dual published module
See more info here: https://nodejs.org/api/packages.html#dual-commonjses-module-packages
[](https://github.com/voxpelli/badges-cjs-esm)
```md
[](https://github.com/voxpelli/badges-cjs-esm)
```
## Contributions
Are very welcome! I simply made this one to document how I add badges, in the hopes it could be of help to others as well.
## Similar work
* https://esmodules.dev/