generator-limelight

A Yeoman generator for scaffolding web projects.

Usage no npm install needed!

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

README

Limelight Generator Build Status NPM version NPM dependiencies

Yeoman generator for creating front-end projects

NPM

Getting Started

The following software needs to be installed if you want to use Limelight Generator. These installations need to be done just once so you can skip this section if you have the software already installed.

Node.js

Install Node.js so you can work with npm, Node package manager.

Yeoman

Limelight Generator is a Yeoman generator, so obviously it depends on it. You can easily install Yeoman with the following command:

npm install -g yo

Limelight Generator

To install generator-limelight from npm, run:

npm install -g generator-limelight

Congratulations, you are now ready to use Limelight Generator!

Usage

Finally, initiate the generator:

yo limelight

License

Limelight Generator is licensed under MIT License.