Skip to content

RITMRC/layout-command-control

Folders and files

NameName
Last commit message
Last commit date
Apr 11, 2021
Apr 4, 2021
Apr 4, 2021
Apr 11, 2021
Apr 4, 2021
Apr 10, 2021
Apr 4, 2021
Apr 16, 2021
Apr 16, 2021
Apr 10, 2021
Apr 11, 2021

Repository files navigation

Big Dumb IO (BDIO)

Quickstart

Ensure you have a Python 3.6+ installation.

  1. Install pipenv: pip3 install --user pipenv

  2. Install dependencies: pipenv install

  3. List tasks

$ pipenv run invoke --list
Available tasks:

  format       Produce pep8 normative code output
  lint         Static analysis of code for programming issues
  start        Run BDIO Brain
  start-leaf   Run BDIO Leaf
  test         Tests
  1. Start app
$ pipenv run start
# OR
$ pipenv run invoke start
Starting brain
All aboard!