1 unstable release

0.2.1 May 18, 2024
0.2.0 May 9, 2024

#2026 in Command line utilities

Download history 1/week @ 2024-06-05

75 downloads per month

MIT and GPL-3.0-only

45KB
1.5K SLoC

Battalion

Battalion is a CLI tool for managing codebase relationships. It uses a simple heirarchy of repositories and workspaces to link codebases together when needed, and keep them separate when not.

Installation

cargo install batl
batl setup

# (optional) Install batlas
batl repository fetch battalion/batlas
batl repository exec -n battalion/batlas build
batl repository exec -n battalion/batlas install

Usage

# Create a new repository
batl repository init prototypes/awesome-project

# Create a new workspace
batl workspace init --ref prototypes/awesome-project

# Create a library
batl repository init prototypes/awesome-library

# cd into the workspace
cd $(batl workspace which prototypes/awesome-project)

# ...or if you use batlas with VSCode...
batlas prototypes/awesome-project code %!

# create a link while in directory of workspace
batl link init -n library prototypes/awesome-library

# Start building!

Dependencies

~18–30MB
~522K SLoC