The SDK package. It is used to simplify creating applications or custom panels.
npm i @yiisoft/yii-dev-panel-sdk
First you need to tell npm
to use GitHub Packages registry for @yiisoft scope.
Add @yiisoft:registry=https://npm.pkg.github.com
to .npmrc
file or run the following command:
echo "\n@yiisoft:registry=https://npm.pkg.github.com" >> .npmrc
Then you can install the package:
npm i @yiisoft/yii-dev-panel-sdk