Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luontola/gobbler2
Build tool for Go. Supports multiple packages, while being as simple as possible. [DRAFT]
https://github.com/luontola/gobbler2
Last synced: 4 days ago
JSON representation
Build tool for Go. Supports multiple packages, while being as simple as possible. [DRAFT]
- Host: GitHub
- URL: https://github.com/luontola/gobbler2
- Owner: luontola
- License: apache-2.0
- Created: 2011-01-10T18:41:58.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-10T21:00:06.000Z (almost 14 years ago)
- Last Synced: 2024-04-15T07:10:10.890Z (7 months ago)
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: History.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
= gobbler
* https://github.com/orfjackal/gobbler
== DESCRIPTION:
Build tool for the Go programming language. Compiles multi-module projects
with minimal configuration.== FEATURES/PROBLEMS:
* FIX (list of features or problems)
== SYNOPSIS:
FIX (code sample of usage)
== REQUIREMENTS:
* FIX (list of requirements)
== INSTALL:
* FIX (sudo gem install, anything else)
== DEVELOPERS:
After checking out the source, run:
$ rake newb
This task will install any missing dependencies, run the tests/specs,
and generate the RDoc.== LICENSE:
Copyright (c) 2011 Esko Luontola
This software is released under the Apache License 2.0.
The license text is at http://www.apache.org/licenses/LICENSE-2.0