Skip to content

🇧🇷 Find synonyms without leaving your terminal

License

Notifications You must be signed in to change notification settings

73VW/sinonimos-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🇧🇷 sinonimos CircleCI

Find synonyms without leaving your terminal

Alt Text

Installing

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

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

About

🇧🇷 Find synonyms without leaving your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 72.4%
  • Makefile 27.6%