Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.