Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/songmu/godzil
A Go Authoring tool
https://github.com/songmu/godzil
Last synced: 11 days ago
JSON representation
A Go Authoring tool
- Host: GitHub
- URL: https://github.com/songmu/godzil
- Owner: Songmu
- License: mit
- Created: 2019-02-14T17:50:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T16:41:56.000Z (2 months ago)
- Last Synced: 2024-10-11T21:09:23.693Z (27 days ago)
- Language: Go
- Homepage:
- Size: 353 KB
- Stars: 27
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
godzil
=======[![Test Status](https://github.com/Songmu/godzil/workflows/test/badge.svg?branch=main)][actions]
[![MIT License](https://img.shields.io/github/license/Songmu/godzil)][license]
[![PkgGoDev](https://pkg.go.dev/badge/github.com/Songmu/godzil)][PkgGoDev][actions]: https://github.com/Songmu/godzil/actions?workflow=test
[license]: https://github.com/Songmu/godzil/blob/main/LICENSE
[PkgGoDev]: https://pkg.go.dev/github.com/Songmu/godzilA module authoring tool
## Description
A module authoring tool inspired from Minilla. (STILL ALPHA QUALITY)
## Installation
### go install
% go install github.com/Songmu/godzil/cmd/godzil@latest
### homebrew
% brew install Songmu/tap/godzil
### using [ghg](https://github.com/Songmu/ghg)
% ghg get Songmu/godzil
### using [aqua](https://aquaproj.github.io/)
% aqua g -i Songmu/godzil
Built binaries are available on gihub releases.
## See Also
[Minilla](https://github.com/tokuhirom/Minilla)
## Author
[Songmu](https://github.com/Songmu)