A yeoman generator to scaffold a new JSCatalyst project.
Install yo
and the generator package generator-jscatalyst
.
npm install -g yo
npm install -g generator-jscatalyst
Make a new directory and cd into it.
mkdir myproject && cd myproject
Run the generator
yo jscatalyst