# How To Contribute

## Installation

* `git clone https://github.com/terminal-junkies/npmx`
* `cd npmx`
* `npm install`

## Linting

* `npm run lint`

## Running tests

* `npm test` – Runs the test suite 

## Running the cli in dev environment

* `./bin/npmx.js`

