Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Latest commit

 

History

History
77 lines (53 loc) · 2.93 KB

CONTRIBUTING.md

File metadata and controls

77 lines (53 loc) · 2.93 KB

Tested with Jest Dependencies Node version language

Contributors Last commit npm collaborators

Contributing / Developing

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.

Prerequisites

You need to have Git and npm installed on your system.

Setting up Dev

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

Versioning

We use SemVer for versioning. For the versions available, see the link to tags on this repository.

Tests

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.

Style guide

JavaScript Style Guide

This project uses JavaScript Standard Style. Please respect this convention.

You can install a plugin for your favorite editor if you want.

Pull request

Please follow the pull request template.