Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 562 Bytes

BonkLIB

Branch Structure:

Main Branch: This should be the stable branch, containing the most recent, production-ready version of the project. All releases are pulled from here.

Dev Branch: When working on new feature, create new feature branch with dev branch as base, do NOT directly work in dev branch.

Feature Branch: Work in feature branch, when feel ready, push to dev.

Usage

Use npm install when first pulling from this branch as well as when node modules are changed.

Build bonkLIB userscript with npm run build [ major | minor | patch ].