generator-lightscript
v0.0.8
Published
A Yeoman generator for scaffolding out a new LightScript JS app.
Downloads
11
Maintainers
Readme
Yeoman LightScript Generator
This is a Yeoman LightScript generator that scaffolds out a LightScript JS application.
Getting Started
Install Yeoman
Install the Yeoman LightScript generator:
npm install -g generator-lightscript
Run
yo lightscript
in your project directoryRun
npm run ww
to start webpack watch
Aditional Info
The generator will allow you to select either LightScript original or the @oigroup/LightScript fork.
You can specify the target, either 'Web', 'Node.js' or 'Both'.
You can also optionally specify LightScript compiler options if you want (e.g.
stdlib: false
).