generator-jadestyl

Yeoman generator for a jade and stylus project

Usage no npm install needed!

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

README

Jade and Stylus Generator

Dependencies devDependencies Build Status NPM version

Yeoman generator for a jade and stylus project. Include a web server.

demo

Required

Of course Node.js, NPM and Git.

Yeoman:

$ npm install -g yo

Bower:

$ npm install -g bower

Generator-Jadestyl:

$ npm install -g generator-jadestyl

Getting Started

Initiate the generator:

$ yo jadestyl

Gulp

Open the server:

$ gulp serve

Compile the project:

$ gulp

Deploy to gh-pages:

$ gulp deploy