![Logo](https://repository-images.githubusercontent.com/511783578/1f964778-5079-47f5-a1dd-13c62f66dc49)
Automatic migration of modules: CommonJS → ES6
Copyright © 2016–2022 James J. Womack, Ole Morten Didriksen, luoage, tripu.
See the licence.
![Licence](https://img.shields.io/npm/l/cjs2es6.svg)
Prerequisites
- Node.js
14
, 16
(preferred) or 18
- npm
7
or 8
(preferrred)
Usage
Two ways:
Installing first
npm i -g cjs2es6
cjs2es6 [GLOB]...
Without installation
npx cjs2es6 [GLOB]...
Examples
cjs2es6 src/
cjs2es6 lib/**/*.js
cjs2es6 ./index.js ./modules/*.mjs ../react-client/**/*.ts*
Development
git clone https://github.com/tripu/cjs2es6.git
cd cjs2es6
npm ci
See the changelog
Testing
npm t