BRUN is a command line tool to help Bruno (or you) execute routine development commands with ease way.
- Anxious or accelerated persons
- Diagnosed with Alzheimer's
- Disorganized or forgotten people who lose their notes
sudo chmod -x install-brun.sh ; sudo perl -i -pe's/\r$//;' install-brun.sh ; sudo bash install-brun.sh
brun update
brun rename-branch
Rename your local and remote branch.
brun clean-install
Do a full and clean install in your node project folder.
Same as rm -rf ./node_modules && rm package-lock.json && npm cache clean --force && nvm use && npm i
npm run test:unit -- -u
Removes all jest snapshot files.
Kill all node instances and shutdown your node server.
Run Prettier and Lint fixes
brun generate-webview
Generates a base webview in a few seconds. It is already ready, but it needs to be adapted to generic projects.
`brun reset-project``
This command deletes your project, does a fury-get, installs the dependencies and starts the project with 1 line.