Skip to content

LachlanMarnham/begin

Repository files navigation

begin - v0.4.0

image image image tests flake8 codecov

Usage

begin <target_name>@<registry_name> [<key>:<value>]
  1. Arguments to be passed to targets should take the form <arg_name>:<arg_value>
  2. Registry names must not contain a colon
  3. Target names must not contain a colon or an @
  4. If a target name, registry name or argument value contains whitespace, it must be wrapped in single quotes.

Contributing

Although the targets.py contains recipes for installing dependencies, they cannot be executed until begin is installed. To resolve the chicken-and-egg problem, get started with:

pip install --upgrade pip
poetry install

Following this initial setup, dependency changes can be picked up with

begin install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published