Find synonyms without leaving your terminal
Run this command to download the latest version of sinonimos
:
sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.3.1/sinonimos" -o /usr/local/bin/sinonimos
Apply executable permissions to the binary:
sudo chmod +x /usr/local/bin/sinonimos
Now you're ready to use sinonimos
sinonimos --help
These instructions will get you a copy of the project up and running on your local machine for development.
What things you need to start hacking:
First fork and clone the project to your machine:
git clone https://github.com/{your-username}/sinonimos-cli.git
Then install the dependencies:
cd sinonimos-cli
make dep-ensure
Now you're ready to go.
See
Makefile
for useful development scripts, for example:make run WORD=camisa
It'll run the project and try to find synonyms for "camisa".
Please feel free for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Felipe Pontes - Initial work - felipemfp
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details