1.1.5 • Published 4 years ago
pwd-check v1.1.5
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-checkRun the tool:
pwd-checkPrerequisites
It's recommended to use Node.js version >= 14.0.0 to run this package.
Installing
Clone the GitHub repository:
git clone git@github.com:ClaudioCorridore/pwd-check.gitNavigate to the cloned project folder:
cd pwd-checkInstall the npm dependencies:
npm installBuild the project:
npm run buildRunning the tests
To run the tests:
npm testContributing
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.
