Skip to content

Sample project demonstrating extending python framework/cli

License

Notifications You must be signed in to change notification settings

interifter/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

runner

Sample code, paired with https://github.com/interifter/runner-ext Demonstrates some basic functionality to print various functions to console. Also acts as a rudimentary, extendible, cli framework for colors to do different things

Setup

python -m venv venv
venv/scripts/activate
pip install -e . 

Running colorun

First, go ahead and run it to see what's happening

colorun --help

colorun plugins //This won't print anything. See https://github.com/interifter/runner-ext

About

Sample project demonstrating extending python framework/cli

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages