1.0.0 • Published 9 years ago
kitten-launcher v1.0.0
kitten-launcher

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 loginInstall the dependency:
npm install --save kitten-launcherRelease
To release a new version:
- Switch to the
masterbranch and pull the last version of it. - Update the version in
package.json. - Update the version in
CHANGELOG.mdand add a new[unreleased]section. - Run this command:
npm run deployAs 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 publish1.0.0
9 years ago