basiljs-template
v0.1.0
Published
A simple template for a basil.js project
Downloads
3
Readme
Basil.js template
A simple template for a basil.js project using npm.
Requirements
- Node.js / npm
- Adobe InDesign
- Adobe ExtendScript Toolkit
Setup
If you're using yarn
yarn install
otherwise
npm install
Use
This setup assumes you have a base document you will be working from (doc.indd
) rather than generating a doc with basiljs.
To open the default doc:
npm run open
Now you can open index.jsx
and run using ExtendScript Toolkit.
Wishlist
- Run from command-line (using Apple Script?)
- Convert to a project generator?