0.0.11 • Published 9 years ago
generator-scalejs v0.0.11
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-scalejsMake a new directory and cd into it.
mkdir myproject && cd myprojectRun the generator
yo scalejsThe 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.