webtaskrunner

command module
v0.0.0-...-e23c53f Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2017 License: MIT Imports: 8 Imported by: 0

README

webtaskrunner

Go Report Card GoDoc

Webtaskrunner is intended to help you during development by letting you execute tasks via a webfrontend.

Set it up in your vagrant devbox or docker container and execute some tasks when needed.

alt tag

Preparations
move to web/static and install dependencies via npm install
Startup

Startup the server on port :8080 with

go run main.go

Then navigate to http://localhost:8080/ant

Currently ant, gradle, grunt and gulp are integrated. The appropriate build files must reside in the working directory of the application. For gulp and grunt the location of the buildfile can be configured in webtaskrunner.yaml.

Add custom integrations:

Is there a build tool, that is yet not supported?

  • add a go file in integrations folder, implement the 'integration' interface.
  • add integration in main func

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
handler

Jump to

Keyboard shortcuts

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