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.
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 ]
.