/generator-cronic

Yeoman-based file generator for the Cronic PHP Framework

Primary LanguageJavaScriptMIT LicenseMIT

generator-cronic NPM version Build Status Dependency Status

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.

Cronic

Installation

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]

License

MIT © Erik August Johnson