Configuration

# one.yaml
required_version: ">= 0.7.1"

plugins:  
foundation:    
package: one-cli-plugin-foundation==0.0.1    
module: 'plugin_foundation'

Usage

one foundation

Development

Dependencies

  • Python 3

Python Virtual Environment

# Create environment
python3 -m venv env

# To activate the environment
source env/bin/activate 
# When you finish you can exit typing
deactivate

Install dependencies

pip3 install --editable .