do

command module
v0.0.0-...-02e5bbc Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2024 License: MIT Imports: 5 Imported by: 0

README

do

Simple task runner written in Go

Getting Started

  • Create a Dofile and create a function and commands
test() {
    echo hello world
}
  • Build and run
go build -o do main.go
./do test
Running function: test
Executing command: echo hello world
hello world

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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