Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prusnak/ofx
OpenFrameworks Management Tool
https://github.com/prusnak/ofx
Last synced: about 1 month ago
JSON representation
OpenFrameworks Management Tool
- Host: GitHub
- URL: https://github.com/prusnak/ofx
- Owner: prusnak
- License: mit
- Created: 2013-02-05T17:32:44.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T00:09:44.000Z (over 8 years ago)
- Last Synced: 2024-11-30T13:59:44.034Z (about 1 month ago)
- Language: Python
- Size: 18.6 KB
- Stars: 36
- Watchers: 9
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OFX - OpenFrameworks Management Tool
Put this script into your OpenFrameworks root directory (the one that contains
"`addons`" directory) or define the `OF_ROOT` and/or `OF_ADDONS` environment variables
so they point to your OpenFrameworks root directory and/or your OpenFrameworks
addons directory.## Usage
`ofx` / `ofx help`
* print this help`ofx refresh`
* redownload addons list (otherwise it is downloaded just once)`ofx list`
* list all available addons`ofx listinstalled`
* list all installed addons`ofx search TEXT`
* search for text in name and description of addons`ofx category`
* list categories of addons`ofx category NAME`
* list all addons in the category`ofx owner`
* list all owners`ofx owner NAME`
* list all addons belonging to owner`ofx info NAME`
* show info about addon`ofx install NAME`
* install addon`ofx reinstall NAME`
* remove and install addon`ofx upgrade NAME`
* upgrade addon (call git pull in its directory)`ofx remove NAME`
* remove addon## Authors
OFX Tool by:
* [Pavol Rusnak](http://gk2.sk/)
ofxAddons.com website by:
* [James George](http://www.jamesgeorge.org/)
* [Greg Borenstein](http://gregborenstein.com/)
* [James Hughes](http://www.virtualjames.com/)