Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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]

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