generator-scalejs
v0.0.11
Published
A Yeoman generator for scalejs, a robust JavaScript framework for building versatile web and mobile applications in Visual Studio.
Downloads
1
Readme
ScaleJS Generator
A Yeoman generator for scalejs, a robust JavaScript framework for building versatile web and mobile applications in Visual Studio.
Usage
Install yo
and the generator package generator-scalejs
.
install -g yo generator-scalejs
Make a new directory and cd into it.
mkdir myproject && cd myproject
Run the generator
yo scalejs
The generator gives you the option of creating a package.json during the process as well as choosing any additional services you would like installed.
Available Services
Profile
Generates the files necessary to implement opensesame profile services within scalejs.