This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

kitten-launcher

1.0.0 • Public • Published

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

Package Sidebar

Install

npm i kitten-launcher

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • camilledelbove
  • karinehe
  • lanf3ust
  • sunfox
  • williampollet
  • ynote_hk