kitten-launcher

Build tools for kitten-components library

Usage no npm install needed!

<script type="module">
  import kittenLauncher from 'https://cdn.skypack.dev/kitten-launcher';
</script>

README

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

As the kitten-launcher module is on a private registry on Gemfury, you have to setup your npm configuration aka your .npmrc to be able to install all npm dependencies.

Set your default registry in your .npmrc:

npm config set registry https://npm-proxy.fury.io/bob/

Set your authentication token in your .npmrc by providing your Gemfury username and password:

npm login

Install the dependency:

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:
npm run deploy

As kitten-launcher module is on a private registry on Gemfury, you have to make sure you have publication rights on the Gemfury repository, then you can publish the module:

npm publish