An application for quick verification of basic things while analyzing a website on shared hosting.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
golang (tested on 1.12+)
go get github.com/fatih/color
A step by step series of examples that tell you how to get a development env running
Clone repository and type:
go run main.go
To build:
go build
Install:
cp /usr/local/bin/superbok
Run:
superbok example.com
Tests in Go is too hard for me :D
- Golang - GoLang Language
- fatih/color - Colorized outputs
No rules.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Paweł Otlewski - Initial work - otlet
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details