# Development
# Use a local copy
If you're actively developing this package, you may want to install & manage it locally instead of downloading it from NPM.
In such cases, you can use yalc.
# Install Yalc
# Install yalc globally.
$ npm i yalc -g
# Publish via Yalc
Once you got yalc installed on your system, you can publish this package on your local Yalc repository, and add that package it into local NPM projects.
# Clone this repository, and cd into it
$ cd cs-sso-client
# Install dependencies
$ npm i
# And publish
$ yalc publish
Now go to the project where you want to install cs-sso-client
$ yalc add cs-sso-client
Now you can use cs-sso-client
← Koa