We welcome contributions to this project. Here is a step by step guide to help you get started.
Before you start make sure you have node
and npm
installed on your machine. Also make sure you have docker installed and running.
Remove any existing installations of the package:
npm remove -g bitbrew
- Clone the repository and navigate to the project directory
git clone git@github.com:rishkwal/bitbrew.git
cd bitbrew
- Install dependencies
npm install --legacy-peer-deps
- Build the package
npm run build
- Give executable permissions to the binary
chmod +x ./dist/src/bin/bitbrew.js
- Link the package
npm link
Now you can run the bitbrew
command from anywhere in your terminal.
If you find a bug in the project, please open an issue on the issues page.