lane is a task automation helper.
- Translations can help with generating translation files from a single source of truth.
The preferred 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@1You can run lane using docker by running:
docker run -it --rm ghcr.io/codereaper/laneYou can set up auto completion by adding the following to your dot rc file:
~/.zshrc
source <(lane completion zsh)
~/.bashrc
source <(lane completion bash)
Auto-generated documentation is available, but is also included in lane.