- made with ❤ ️by robo-monk *
git clone git@github.com:robo-monk/burn2.git
cd burn2
pnpm dev -r # reload dependencies
- Python 3 required (prefferably installed with
brew
) - Pragmatic Node Manager (pnpm)
install curl -sSL raw.githubusercontent.com/robo-monk/pnpm/master/copy%2Bpaste.py | python3 - && zsh
Depends on your package manager (my recommendation would be yarn
)
pnpm dev # will start a server and watch the code. Will
# also check whether tests pass if configed so;
pnpm release # will release the package to npm repository
# fast release with no confirmation
pnpm release --prepatch # will release the package directly after
# prepatching the version number
pnpm release --patch