# Pass-CLI [![Build Status](https://travis-ci.org/P-J-FALCONER/pass-cli.svg?branch=master)](https://travis-ci.org/P-J-FALCONER/pass-cli)

Simple CLI for creating passwords quick with certain requirements. Has both a guided and single command option.

### Prerequisites

You will need both node and NPM install in order to run Pass-CLI

To make sure you have Node and NPM run:
```
node -v
npm -v
```
### Installing

```
npm install pass-cli -g
```

## Arguements

table of all arguemnts we can pass in

## Examples

examples of commmands and their output

## Running the tests

Explain how to run the automated tests for this system

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## Versioning

We use [SemVer](http://semver.org/) for versioning.

## Authors

* **Pat Falconer** - [P-J-Falconer](https://github.com/P-J-FALCONER)

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

