Skip to content

Commit 0c98901

Browse files
author
Lucas Vogel
committed
Update README.md
1 parent 2f37473 commit 0c98901

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A [NPM](https://www.npmjs.com/) CLI to compile es2015 AMD code into an executable [ExtendScript](https://www.adobe.com/devnet/scripting.html)
44

5-
[![Join the chat at https://gitter.im/vogelino/es2015-2-extendScript-build](https://badges.gitter.im/vogelino/es2015-2-extendScript-build.svg)](https://gitter.im/vogelino/es2015-2-extendScript-build?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
5+
[![Join the chat at https://gitter.im/vogelino/extendscriptr](https://badges.gitter.im/vogelino/extendscriptr.svg)](https://gitter.im/vogelino/extendscriptr?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
66

77
NOTE: This is a work in progress - Star this project and stay tuned, we will announce it when it will be working and available on [npmjs.org](https://www.npmjs.com/)
88

@@ -12,13 +12,13 @@ Building scripts for Adobe products (mostly used for After Effects, InDesign, Ph
1212
## Goal
1313
The wished workflow with this module can be resumed in a few steps:
1414

15-
- `npm install -g es2015-2-extendScript-build`
16-
- `es2015-2-extendScript-build --script src/scripts/helloWorld.js --output dist/helloWord.js`
15+
- `npm install -g extendscriptr`
16+
- `extendscriptr --script src/scripts/helloWorld.js --output dist/helloWord.js`
1717
- open the outputed file with ExtendScript Toolkit
1818
- run it
1919

2020
## Name
21-
The name `es2015-2-extendScript-build` is subject to modification. Stay tuned.
21+
The name `extendscriptr` is subject to modification. Stay tuned.
2222

2323
## Authors/Contributors
2424
- Lucas Vogel @vogelino
@@ -29,7 +29,7 @@ We would be happy to have contributions from other members as well. Don't hesita
2929

3030
### Report issues
3131
Feel free to report any issue you would encounter using the module.
32-
https://github.com/vogelino/es2015-2-extendScript-build/issues
32+
https://github.com/vogelino/extendscriptr/issues
3333

3434
### License
3535
WTFPL - Do whatever the fuck you want

0 commit comments

Comments
 (0)