Skip to content

BootNodeDev/dAppBoosterInstallScript

Repository files navigation

dAppBooster installer

An easy way to install and customize dAppBooster

Usage

pnpm dlx dappbooster

dAppBooster documentation: https://docs.dappbooster.dev/

Development

Clone the repo

git clone [email protected]:BootNodeDev/dAppBoosterInstallScript.git

Move into the folder you just created and install the dependencies

cd dAppBoosterInstallScript

pnpm i

You can run the script by doing

node cli.js

Releasing new versions to NPM

New releases are automatically uploaded to NPM using GitHub actions.