Find synonyms (for pt-BR) without leaving your terminal.
Run this command to download the latest version of sinonimos
:
go get github.com/felipemfp/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.git
Then install the dependencies:
cd sinonimos
go mod download
Now you're ready to go.
For example:
go run ./cmd/sinonimos camisaIt'll run the CLI 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