slush-base

A slush generator for applications written in jade, stylus and coffeescript.

Usage no npm install needed!

<script type="module">
  import slushBase from 'https://cdn.skypack.dev/slush-base';
</script>

README

slush-base

Installation

Install slush-base globally:

npm install -g slush-base

Remember to install slush globally as well, if you haven't already:

npm install -g slush

Usage

Create a new folder for your project:

mkdir my-app

Run the generator from within the new folder:

cd my-app

slush base

Start watching your files:

npm start