vinx
v1.4.0
Published
Vinicius Cestari CLI
Maintainers
Readme
vinx
A personal CLI tool for creating silly and useful commands, built by Vinicius Cestari.
Installation
npm install -g vinxUsage
Currently available commands:
echo
Prints the provided text to the console.
vinx echo "Hello, World!"mood
Analyzes the mood of a GitHub user based on their recent commit messages.
vinx mood ViniciusCestarii
# Show detailed mood statistics
vinx mood ViniciusCestarii --status
vinx mood ViniciusCestarii -shash
Calculates the hash of the provided text using the specified algorithm (default: sha256).
vinx hash "Hello, World!"
vinx hash "Hello, World!" sha512
vinx hash "Hello, World!" md5Visualize available hash algorithms:
vinx hash --helpDevelopment
Development
- Clone the repository
git clone https://github.com/ViniciusCestarii/vinx.git
cd vinx- Install the dependencies
npm install- Run locally
npm run devYou can try
npm run dev -- echo "Hello World!"
Building
- Build the project
npm run build- Run locally the builded js
npm run cliYou can try
npm run cli -- echo "Hello World!"
Contributing
Feel free to open issues and pull requests!
