This repository uses Prettier to standardize code formatting. To validate the format, run npm run format
.
-
Clone the repository and install the project's dependencies
git clone https://github.com/stackbithq/sourcebit.git /Users/foobar/sourcebit cd /Users/foobar/sourcebit npm install
-
Navigate to a directory where there's a
sourcebit.js
configuration file and run the Sourcebit binarycd /Users/foobar/my-project node /Users/foobar/sourcebit/bin/sourcebit.js fetch
If you want to create your own plugin, be sure to check our sample plugin and the documentation wiki.