-
Notifications
You must be signed in to change notification settings - Fork 18
Home
Bruno Herfst edited this page Mar 27, 2018
·
3 revisions
This is a quick guide on how to use extendscriptr. Please read the rest of the wiki for more in-depth information.
npm install extendscriptr
./node_modules/.bin/extendscriptr --script src/scripts/helloWorld.js --output dist/helloWord.jsx
If you work in bash you can run npm run init
to save yourself some typing:
esconvert src/scripts/helloWorld.js --output dist/helloWord.jsx