A Node.js CLI that checks if most common development services are running.
$ npm install --global services-checker
// -s or --service param
services-checker -s [option]
// possible options: js, php, python, repositories
services-checker -s repositories';
// default option is repositories when -s parameter isn't passed
services-checker
We use SemVer for versioning. For the versions available, see the tags on this repository.
Vicente Santos |
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details