- Notifications
You must be signed in to change notification settings - Fork4
ExtendScript/extendscript-modules
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Here you can find somemodules we host inside our@extendscript namespace onnpm. These modules create adry package environment targeting the ExtendScript environment. Giving the flexibility to pick and choose implemetations and share reusable code.
We only use npm to manage packages and versions. This means that after we install a peer we still need to finish it's installation by including it's main entry point:
#include 'node_modules/@extendscript/modules.init/init.js'#include 'node_modules/@extendscript/another.module/module.js'The order of subsequent installs does generally not matter. Just add themafter the only required modulemodules.init.
There is a warning if a peer is not installed but there is no warning for missing includes.
Any contribution is very welcome and much appreaciated. Please read ourCode of Conduct andContributing Guidelines before you get started. Thanks!
Readthe docs
About
ExtendScript modules hosted on NPM
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.