Skip to content

felipemfp/sinonimos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇧🇷 sinonimos

CircleCI Go Report Card Go Doc Release

Find synonyms (for pt-BR) without leaving your terminal.

Preview

Installing

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

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.git

Then install the dependencies:

cd sinonimos
go mod download

Now you're ready to go.

For example:

go run ./cmd/sinonimos camisa

It'll run the CLI 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