/kitten-launcher

Build tools for the kitten library

MIT LicenseMIT

kitten-launcher

Jumping Kitten

kitten-launcher's purpose is to simplify building and integrating kitten on client applications.

It should eventually have a set of scripts to compile kitten with Webpack.

Installation

npm install --save kitten-launcher

Release

To release a new version:

  • Switch to the master branch and pull the last version of it.
  • Update the version in package.json.
  • Update the version in CHANGELOG.md and add a new [unreleased] section.
  • Run this command:
bin/deploy

Then you can publish the module:

npm publish