Categorygithub.com/codereaper/lane
modulepackage
0.0.0-20250105141000-a28583395536
Repository: https://github.com/codereaper/lane.git
Documentation: pkg.go.dev

# README

version tests license

lane

lane is a task automation helper.

Installation

The prefered method of installation is through asdf.

A lane plugin to install has been set up at asdf-lane.

Alternatively this tool can be run directly:

go run github.com/codereaper/[email protected]

Containerized

You can run lane using docker by running:

docker run -it --rm ghcr.io/codereaper/lane

Completion

You can set up auto completion by adding the following to your dot rc file:

~/.zshrc

source <(lane completion zsh)

~/.bashrc

source <(lane completion bash)

Documentation

Auto-generated documentation is available, but is also included in lane.

# Packages

No description provided by the author