Installation
Yarn
yarn global add shinka-cli
NPM
npm install --global shinka-cli
Configure
Create the utility's config file in the root of your app. See Configure for more information.
shinka.json
{
"link": {
"files": ["inc/plugins/shinka.php"],
"directories": ["inc/plugins/Shinka"]
},
"mybb_root": "C:/path/to/mybb/root"
}