Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipx86/sample-rbtools-command
A sample command for RBTools. Use this as a basis for your own commands.
https://github.com/chipx86/sample-rbtools-command
Last synced: 26 days ago
JSON representation
A sample command for RBTools. Use this as a basis for your own commands.
- Host: GitHub
- URL: https://github.com/chipx86/sample-rbtools-command
- Owner: chipx86
- Created: 2013-12-12T08:26:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-12T08:38:47.000Z (about 11 years ago)
- Last Synced: 2023-04-10T23:17:17.072Z (almost 2 years ago)
- Language: Python
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample RBTools Command
======================This repository contains the basis for a sample RBTools command. If you
want to create your own, clone this repository and modify it appropriately.You will want to do the following:
* Rename the `mycommand` directory to a suitable Python module name for your
command.* Edit the `command.py` in that directory, rename the class, fill in fields, and
begin writing your own logic.* Edit `setup.py` and change the name, entrypoint, and anything else you need. Make
sure the entrypoint points to your new class.