File generator for the Cronic PHP Framework
generator-cronic
is used by Cronic to generate initial application configuration files, as well as by the file generator tool.
First, install Yeoman and generator-cronic using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-cronic
Then install cronic
:
npm install -g cronic
Then generate your new project:
cronic start [name]
MIT © Erik August Johnson