regolith

module
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: May 5, 2024 License: MIT

README

Regolith

Regolith is a foundation for building CLI tools for local development.

Installation

Install the CLI:

go install github.com/disintegrator/regolith/cmd/regolith@latest

Add the following to your shell configuration file:

  • zsh (~/.zshrc)
eval "$(regolith init zsh)"
  • bash (~/.bashrc)
eval "$(regolith init bash)"

ghcd

Clone a github repository and cd into it. Repositories are cloned into $HOME/github.com/[org]/[repo]. If a repository is already cloned then this command will cd into it directly.

Examples
ghcd disintegrator/regolith

Directories

Path Synopsis
cmd
internal
log

Jump to

Keyboard shortcuts

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