Wisconsin Autonomous Command Line Interface Tool
Project description
Wisconsin Autonomous CLI
This repository holds the WA CLI tool. This tool is expandable and is primarily used to reduce repetitive processes or implements helpful scripts to doing various tasks (like installing packages, etc.).
Documentation
Installation
To setup the WA cli, it is fairly simple. You simply need Python3 installed on your system, and then run the following command:
pip3 install wa_cli
Developing
To develop the WA cli, you can do the following.
Clone the repo
First, clone the wa_cli repo locally:
git clone git@github.com:uwsbel/wa_cli.git
cd wa_cli
Install the wa_cli package
Note: This installs the repository using symlinks. This means you can edit the files and test the changes without reinstalling the tool.
python setup.py develop
License
wa_cli
is made available under the MIT License. For more details, see LICENSE.
Support
Contact Wisconsin Autonomous for any questions or concerns regarding the contents of this repository.
See Also
Stay up to date with our technical info by following our blog.
Follow us on Facebook, Instagram, and LinkedIn!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.