Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 524 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 524 Bytes

antetype-goes-js

Do you know Antetype?

http://www.antetype.com/

What do you think about writting your own Scripts in JavaScript to optimize your workflow with Antetype?

This project is going to develop an useful Javascript API to extend Antetype with custom code.

Requirements

  • OSX
  • Node.js
  • Grunt CLI

Grunt

  • Install Node.js

  • Install Grunt CLI global

    $ npm install -g grunt-cli

  • install local dependencies (in project folder)

    $ npm install

  • run grunt

    $ grunt run