slush-victorytheme-html

a slush generator for Victory theme

Usage no npm install needed!

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

README

Victory theme

a slush generator for Victory theme

Getting Started

Install slush and slush-victorytheme-html globally:

$ npm install -g slush slush-victorytheme-html

Usage

Create a new folder for your project:

$ mkdir my-victory-theme

Run the generator from within the new folder:

$ cd my-victory-theme && slush victorytheme-html

Woo! Check out the generated README for more usage information.

Getting To Know Slush

Slush is a tool that uses Gulp for project scaffolding.

Slush does not contain anything "out of the box", except the ability to locate installed slush generators and to run them with liftoff.

To find out more about Slush, check out the documentation.