Contributions are welcome. Fork this repository and issue a pull request with your changes.
Please add new tests for new functionality, adapt the existing ones if needed, and make sure that npm test
succeeds.
You need to have Git and npm installed on your system.
You'll need to clone the repository and install the required packages. Just execute these commands:
git clone https://github.com/oganexon/secure-rm.git
cd ./secure-rm/
npm install
To invoke the command line tool, run:
npm start -- [ARGS]
If you want to install all the tools, juste run:
npm run dev-setup
We use SemVer for versioning. For the versions available, see the link to tags on this repository.
This project uses the framework Jest. Jest is a delightful JavaScript Testing Framework with a focus on simplicity.
Simply run jest
to run the tests.
There are not enough tests, you can add more.
This project uses JavaScript Standard Style. Please respect this convention.
You can install a plugin for your favorite editor if you want.
Please follow the pull request template.