generator-gulp-mithril

Scaffold out a front-end web app with Mithril and Gulp

Usage no npm install needed!

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

README

Generator Gulp Mithril

Yeoman generator that scaffolds out a front-end web app using gulp for the build process and Mitrhil as the MVC framework

Features

Please see our gulpfile.js for up to date information on what we support.

  • Mitrhil MVC framework
  • Built-in preview server with livereload
  • Automagically compile with either Sass or Less
  • Module loading using either Require or Browserify

For more information on what this generator can do for you, take a look at the gulp plugins used in our package.json.

Getting Started

  • Install: npm install -g generator-gulp-mithril
  • Run: yo gulp-mithril
  • Run gulp build for building to the dist directory and gulp for previewing with live reload

License

MIT