Skip to content

robo-monk/burn2

Repository files navigation

burn2

npm-size npm-size npm-size

  • made with ❤ ️by robo-monk *

First time:

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

Developing

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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published