🇧🇷 sinonimos
Find synonyms without leaving your terminal
Installing
Run this command to download the latest version of sinonimos
:
sudo curl -L "https://github.com/felipemfp/sinonimos-cli/releases/download/v0.2.0/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
Hacking into sinonimos
These instructions will get you a copy of the project up and running on your local machine for development.
Prerequisites
What things you need to start hacking:
Getting started
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".
Built With
Contributing
Please feel free for submitting pull requests to us.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
Authors
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details