generator-scalejs

A Yeoman generator for scalejs, a robust JavaScript framework for building versatile web and mobile applications in Visual Studio.

Usage no npm install needed!

<script type="module">
  import generatorScalejs from 'https://cdn.skypack.dev/generator-scalejs';
</script>

README

ScaleJS Generator

A Yeoman generator for scalejs, a robust JavaScript framework for building versatile web and mobile applications in Visual Studio.

ScaleJS Documentation

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.