Skip to content
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
/ devenv-tools Public archive

Experimental development environment management tools around Bazel

License

Notifications You must be signed in to change notification settings

sha1n/devenv-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

devenv-tools

Experimental tools for development workstation configuration management around Bazel. Currently only MacOS is supported

Tools

Installer

The installer (package name 'envinstaller-sha1n') is a Python 3 package that provides a CLI for inspecting current workstation state, installing missing components and configuring specific tools.

How To Install

pip3 install --user envinstaller-sha1n --install-option="--install-scripts=/usr/local/bin"

How To Run

$ envinstall

Dump Tool

The dump tool (package name 'envdump-sha1n') is a Python 3 package that provides a CLI for collecting data about installed development tools from a workstation and packaging them into one tarball.

How To Install

pip3 install --user envdump-sha1n --install-option="--install-scripts=/usr/local/bin"

How To Run

$ envdump