generator-lunaui

yeoman-generator

Usage no npm install needed!

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

README

Yo LunaUi

A Yeoman generator for LunaUi components

Directions

  1. Add the LunaUi Yeoman as a dependency in npm
  • npm install generator-lunaui --save
  1. Navigate to where you'd like to create your new component or folder of components
  2. Run yo lunaui in the terminal
  3. Follow the directions on the screen
  4. Name your component, and be sure to include spaces between words (formatting is taken care of for you)
  5. Decide whether you'd like to create your component inside a new folder
  6. Watch Yeoman scaffold the component, spec, and scss files you'll need for your component