Command line tool for developing MyBB plugins.
- Quickly create (and delete) symlinks from your working directory to your MyBB root
- Bundle plugin for release
See Documentation for detailed installation, configuration, and usage information.
yarn global add shinka-cli
npm install --global shinka-cli
Create the utility's config file in the root of your app. See Configure for detailed instructions and example.
{
"link": {
"files": ["inc/plugins/shinka.php"],
"directories": ["inc/plugins/Shinka"]
},
"mybb_root": "C:/path/to/mybb/root",
"vendor": "shinka",
"code": "cli",
"version": "0.0.1-alpha.1"
}
See Usage or try shinka <command> --help
for detailed options and examples.
See Contributing for more information.