Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 688 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (17 loc) · 688 Bytes

Contributing to soulseek-cli

Every contribution is welcomed! If you have an idea for improvements or new features, please submit a PR and I'll be happy to review it.

Please make sure you got editorconfig installed for your editor, so we have the same indentation. Also, the source code is formatted using prettier:

prettier --single-quote --trailing-comma=es5 --print-width=120 --write src/*/*.js

How to develop?

First, fork the repository and clone it to a local folder.

Then, install the dependencies:

npm install

To launch the cli in development mode:

node ./cli.js search ...