gilbert

command module
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2019 License: MIT Imports: 10 Imported by: 0

README

Build Status Windows Build Status

Gilbert

Build toolchain and task runner for Go

This project is currently in early development stage. Bug reports and pull requests are welcome.

Features

Gilbert is task runner that aims to provide declarative way to define and run tasks like in other projects like Gradle, Maven and etc.

All tasks are declared in gilbert file (gilbert.yaml). Example of the file you can find here.

Installation

All release binaries are available on the releases page.

Linux, macOS and FreeBSD
curl https://raw.githubusercontent.com/go-gilbert/gilbert/master/install.sh | sh
Windows

Powershell

Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/go-gilbert/gilbert/master/install.ps1' -UseBasicParsing).Content

Note: You should run Set-ExecutionPolicy Bypass in PowerShell to be able to execute installation script.

Usage

Run gilbert init to create a sample gilbert.yaml file in your project's directory with basic build task.

To run specific task, use gilbert run [taskname]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
package actions contains operations related to action handlers
package actions contains operations related to action handlers
cli
job
fs
rx
web

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL