dual-publish
ES module converter
Automates conversion of JavaScript projects to dual ES module and CommonJS packages for publication on npm.
Publish JS project as dual ES modules and CommonJS package to npm
187 stars
3 watching
11 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
author/action-publish | Automates publishing JavaScript modules to a registry after building and testing | 9 |
eight04/rollup-plugin-cjs-es | Converts CommonJS modules to ES module format | 21 |
wessberg/cjstoesm | Converts CommonJS to ES Module syntax while preserving tree-shakability and idiomatic output | 396 |
e-fever/qmljsify | Converts NPM packages to QML-friendly JavaScript files | 59 |
stealjs/transpile | Transpiles JavaScript modules from one format to another | 26 |
anodynos/urequire | Automates module conversion and bundling with support for multiple languages and plugins | 265 |
calvinmetcalf/es6-translate | A utility for loading CommonJS modules in an ES6 environment, with optional patching to always return the default export. | 5 |
alexindigo/ndash | A dashboard for browsing and tracking Node.js module activity on npmjs.com | 166 |
davyjoneslocker/es6_module_transpiler-rails | Transpiles ES6 modules into formats compatible with Rails asset pipeline | 87 |
eight04/rollup-plugin-iife | Converts ES modules to IIFE format for use in Rollup builds | 43 |
cvisco/eslint-plugin-requirejs | A plugin to enforce code conventions for RequireJS modules with ESLint | 29 |
yanceyofficial/rollup-plugin-toml | Converts TOML files to ES6 modules for use in JavaScript projects | 3 |
joefiorini/grunt-es6-module-transpiler | A Grunt task that transpiles ES6 module syntax into various formats like AMD, CommonJS, YUI, or globals. | 85 |
jacob-ebey/remix-css-modules | A tool that demonstrates how to use CSS modules with Remix.run in a TypeScript project | 10 |
ef4/ember-browserify | An ember-cli addon for loading CommonJS modules from npm via browserify | 172 |