Skip to content

CodeReaper/lane

Folders and files

NameName
Last commit message
Last commit date
Oct 15, 2024
Jul 3, 2024
Jul 3, 2024
Oct 26, 2024
Oct 26, 2024
Dec 10, 2024
Jul 3, 2024
Jul 3, 2024
Sep 14, 2024
Oct 25, 2024
Jul 3, 2022
Sep 14, 2024
Oct 15, 2024
Sep 14, 2024
Dec 10, 2024
Dec 10, 2024
Jul 3, 2024

Repository files navigation

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/lane@1.0.0

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.