https://github.com/viewstools/node-import-export
NodeJS import-export wrapper so you can run ES6 without having to wrap your modules
https://github.com/viewstools/node-import-export
Last synced: 12 months ago
JSON representation
NodeJS import-export wrapper so you can run ES6 without having to wrap your modules
- Host: GitHub
- URL: https://github.com/viewstools/node-import-export
- Owner: viewstools
- Created: 2017-07-03T11:28:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-03T11:32:45.000Z (almost 9 years ago)
- Last Synced: 2025-06-18T16:57:07.761Z (about 1 year ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[import-export](https://www.npmjs.com/package/import-export) CLI runner
```
npm install --global node-import-export
node-import-export ./script-that-uses-es6-modules.js
```