Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shurcool/gtdo
The source for gotools.org.
https://github.com/shurcool/gtdo
go tools website
Last synced: about 1 month ago
JSON representation
The source for gotools.org.
- Host: GitHub
- URL: https://github.com/shurcool/gtdo
- Owner: shurcooL
- License: mit
- Created: 2014-11-04T03:24:24.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2023-11-26T04:55:38.000Z (about 1 year ago)
- Last Synced: 2024-06-19T17:57:10.050Z (6 months ago)
- Topics: go, tools, website
- Language: Go
- Homepage: https://gotools.org
- Size: 9.42 MB
- Stars: 36
- Watchers: 9
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
gtdo
====[![Go Reference](https://pkg.go.dev/badge/github.com/shurcooL/gtdo.svg)](https://pkg.go.dev/github.com/shurcooL/gtdo)
gtdo is the source for [gotools.org](https://gotools.org/).
![Screenshot](Screenshot.png)
Installation
------------```sh
go install github.com/shurcooL/gtdo@latest
```Development
-----------This package relies on `go generate` directives to process and statically embed assets. For development only, you may need extra dependencies. You can build and run the package in development mode, where all assets are always read and processed from disk:
```sh
go build -tags=dev github.com/shurcooL/gtdo
```When you're done with development, you should run `go generate` before committing:
```sh
go generate github.com/shurcooL/gtdo/...
```License
-------- [MIT License](LICENSE)