Home Reference Source Test

Contributing

Code of Conduct

Please note that this project is released with a Contributor Covenant Code of Conduct. By participating in this project you agree to abide by its terms.

Standards

Setup

git clone https://github.com/ShinkaDev-MyBB/cli.git
cd cli
yarn install # or npm install

# Run project
node dist/bin/shinka.js --help
# Run tests
yarn test
yarn test --watch

# Generate docs/
yarn docs

# Build for release
yarn build