pwd-check
v1.1.5
Published
A simple CLI tool to check if a password has been pwned using https://haveibeenpwned.com API.
Downloads
9
Maintainers
Readme
pwd-check
A simple CLI tool to check if a password has been pwned using https://haveibeenpwned.com API.
Getting Started
Install the npm package globally:
npm install -g pwd-check
Run the tool:
pwd-check
Prerequisites
It's recommended to use Node.js version >= 14.0.0 to run this package.
Installing
Clone the GitHub repository:
git clone [email protected]:ClaudioCorridore/pwd-check.git
Navigate to the cloned project folder:
cd pwd-check
Install the npm dependencies:
npm install
Build the project:
npm run build
Running the tests
To run the tests:
npm test
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
- Claudio Corridore - Initial work - ClaudioCorridore - web
License
This project is licensed under the MIT License - see the LICENSE.md file for details.