slush-ko

Slush generator

Usage no npm install needed!

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

README

slush-ko Build Status NPM version

Slush generator for creating a starting point for a Knockout application. Ported from Steve Sanderson's Yeoman generator.

Getting Started

Install slush-ko globally:

$ npm install -g slush-ko

Usage

Create a new folder for your project:

$ mkdir my-app

Run the generator from within the new folder:

$ cd my-app && slush ko

Contributing

See the CONTRIBUTING Guidelines

Support

If you have any problem or suggestion please open an issue here.