dredge

command module
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

README

Dredge - Toil less, code more

Dredge automates software development workflows.

Dredgefile

Define a Dredgefile to put your development workflows into code:

workflows:
- name: hello
  description: Say hello
  steps:
  - shell:
      cmd: echo hello

Installation

Linux
curl -L https://github.com/dredge-dev/dredge/releases/latest/download/drg-linux-amd64 > drg
chmod +x drg
mv drg /usr/local/bin/
macOS
curl -L https://github.com/dredge-dev/dredge/releases/latest/download/drg-darwin-amd64 > drg
chmod +x drg
mv drg /usr/local/bin/
Windows
Invoke-WebRequest -Uri https://github.com/dredge-dev/dredge/releases/latest/download/drg-windows-amd64 -OutFile drg
ARM

ARM binaries are available in the GitHub releases.

Try it out

Create a Dredgefile as shown above and run Dredge:

drg

License

Dredge is licensed under the Apache 2.0 License.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
cmd

Jump to

Keyboard shortcuts

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