Skip to content

RITMRC/layout-command-control

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

Releases

No releases published

Packages

No packages published

Languages