generator-osticket
Generate osticket plugin boilerplate
Installation
First, install Yeoman and generator-osticket using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-osticket
Then generate your new osTicket plugin!:
yo osticket
TODO
- Make a scripts folder to store SQL queries to set up the tables.
- Make a JS file to handle any ajax code.
- Make a script to replace vanilla osTicket code.
- Post-generation hooks
License
MIT © Jonathan Ling