You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,16 +12,18 @@ Extendscriptr relays on [`extendscript.prototypes`](https://github.com/fabianthe
12
12
Extendscriptr doesn't use an existing full-stack polyfills like `babel-polyfill`, `es5-shim` or `shim.js` as they are intended for the browser and don't work well in adobe applications.
13
13
14
14
## Prerequisites
15
-
This tool currently needs npm version 3.x or higher due to the flattend folder strcture.
15
+
This tool currently needs npm version 3.x or higher due to the flattened folder structure.
- open the outputed file with ExtendScript Toolkit OR place your script in the relevant application script folder
22
+
- open the outputted file with ExtendScript Toolkit OR place your script in the relevant application script folder
23
23
- run it
24
24
25
+
\* a _global install is currently not working due to the fact that ExtendScript is missing to many functions. See [this issue](https://github.com/ExtendScript/extendscriptr/issues/22)_
26
+
25
27
## Authors/Contributors
26
28
- Lucas Vogel [@vogelino](https://github.com/vogelino)
@@ -30,7 +32,7 @@ We recommend using it as a local dependency
30
32
We would be happy to have contributions from other members as well. Don't hesitate to make pull requests or contact us if you wish to get contributor rights.
31
33
32
34
#### Publish with semantic release and conventional commits
33
-
Publishing new versions of extendscriptr is handled by [](https://github.com/semantic-release/semantic-release). This means that new versions will be built on travis and published on every push based on the latest commit message. Therefor, commit messages need to satisfy [some conventions](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md). The project uses [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) to facilitate the messages formatting. Make sur to commit by running ``npm run commit`` instead of ``git commit [-m"change" ...]`` to be prompted to the conventional changelog form.
35
+
Publishing new versions of extendscriptr is handled by [](https://github.com/semantic-release/semantic-release). This means that new versions will be built on travis and published on every push based on the latest commit message. Therefor, commit messages need to satisfy [some conventions](https://github.com/conventional-changelog/conventional-changelog-angular/blob/master/convention.md). The project uses [conventional changelog](https://github.com/conventional-changelog/conventional-changelog) to facilitate the messages formatting. Make sure to commit by running ``npm run commit`` instead of ``git commit [-m"change" ...]`` to be prompted to the conventional changelog form.
34
36
35
37
### Report issues
36
38
Feel free to report any issue you would encounter using the module.
0 commit comments