Skip to content

Latest commit

 

History

History
63 lines (52 loc) · 1.75 KB

File metadata and controls

63 lines (52 loc) · 1.75 KB

mvp

minimum viable python

Summary

Sets up a new development environment for a Mac or Linux (i.e., UNIX) box.

Table of Contents

Setup

Quickstart

  • Install python and tooling
    # install python and dependencies (e.g., git, ansible, etc.)
    ./bootstrap install

Development

# install tools and runtimes (cf. xcode, brew, asdf, poetry, etc.)
./bootstrap <run|run-dev>   # dev only runs plays w/tags and is verbose

# install git hooks
./bootstrap install-precommit

# update git hooks
./bootstrap update-precommit

TODO

Further Reading