Skip to content
/ mole Public

CLI application to create ssh tunnels focused on resiliency and user experience.

License

Notifications You must be signed in to change notification settings

davrodpin/mole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eaee4e5 · Oct 6, 2021
Oct 6, 2021
Sep 1, 2021
Oct 6, 2021
Sep 29, 2021
Oct 6, 2021
Oct 6, 2021
Oct 6, 2021
Aug 15, 2020
Aug 18, 2020
Oct 6, 2021
Jul 24, 2020
Sep 29, 2021
Oct 15, 2018
Sep 2, 2020
Oct 4, 2018
Oct 6, 2021
Oct 6, 2021
Sep 28, 2021
Sep 28, 2021
Aug 31, 2020

Repository files navigation

CI Documentation

Mole is a cli application to create ssh tunnels focused on resiliency and user experience.

For more information about installation, usage, examples and specific use cases, please visit https://davrodpin.github.io/mole/

How to build from source

Go 1.17.1+ is required to be installed on your system to build this project.

$ make build

How to run tests

$ make test

How to generate a code coverage report

$ make cover && open coverage.html

How to run static analysis

  1. Install golangci-lint

  2. Run the following command

$ make lint

Test Environment

The project provides a small automated infrastructure to help with manual testing Please refer to this document for more details about it.

How to Contribute

Please refere to CONTRIBUTING.md for details on how to contribute to this project.