0.1.0 • Published 7 years ago

generator-osticket v0.1.0

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

generator-osticket NPM version Build Status Dependency Status Coverage percentage

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