Cli tool that greets you with your name
To install through npm
npm install -g greet-bb
To install through github
npm install -g https://github.com/bibinwithab/greet-bb
greet [OPTIONS] <or> [NAME]
-h, --help Display this help message
-v, --version Display the version of greet
[NAME], Display a greeting message for you
π€ Bibin Graceson
- Github: @bibinwithab
Contributions are welcome! To contribute to greet-bb
, follow these steps:
- Fork the repository.
- Create a branch:
git checkout -b feature/new-feature
. - Make your changes and commit them:
git commit -m 'Add new feature'
. - Push to the branch:
git push origin feature/new-feature
. - Submit a pull request.
Give a βοΈ if this project helped you!