1.0.1 • Published 7 years ago
generator-jscatalyst v1.0.1
generator-jscatalyst
A yeoman generator to scaffold a new JSCatalyst project.
Usage
Install yo and the generator package generator-jscatalyst.
npm install -g yo
npm install -g generator-jscatalystMake a new directory and cd into it.
mkdir myproject && cd myprojectRun the generator
yo jscatalyst