generator-hashirama

A generator for Yeoman

Usage no npm install needed!

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

README

Generator-hashirama

Build Status

A generator for Yeoman.

Getting started

  • Make sure you have yo installed: npm install -g yo
  • Install the generator: npm install -g generator-hashirama
  • Run: yo hashirama

Options

Grunt commands

  • watch event:

    Run: grunt w

    This will start the watch event e build the files you are working when you save

  • grunt server:

    Run: grunt server

    This will run the server um port 9000 (localhost:9000)

    Run: grunt server:live || grunt server:livereload

    This will run the server um port 9000 and reload on files update

  • grunt build

    Run: grunt build || grunt b

    This will build all your project (compass and uglifyjs)

License

MIT License