generator-suit-lite

A Yeoman generator for Suit-lite, a lite version of Suit-baze

Usage no npm install needed!

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

README

Suit-lite generator Build Status

Suit-lite is a lite version of Suit-baze

Purpose

I made this generator in case I need quick boilerplate to test/experiment something new. Since the purpose is just for test/experiment, no build system and preprocessing needed. That's why it called Suit-lite

Getting Started

Make sure you have node and yeoman installed.

Install generator by running

npm install generator-suit-lite -g

if it doesn't work, you might need sudo command

Usage

Run:

yo suit-lite

By default it will generate:

  • index.html
  • bower.json
  • css/
    • normalize.css
    • main.css
  • img/
  • js/
    • main.js

This generator also provide jQuery and Bootstrap in case you need it.

License

MIT License