0.1.0 • Published 7 years ago

basiljs-template v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Basil.js template

A simple template for a basil.js project using npm.

Requirements

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?