Nothing here yet!
Lets say you have this script called foo_bar.py and you want the user to type foo or bar to launch it
foo_bar.py
foo
bar
you make this aliases.txt file like this:
foo: foo_bar bar: foo_bar
Then you zip both the script and aliases.txt into an archive that is named foo_bar.zip
aliases.txt
foo_bar.zip
then you bpm install foo_bar.zip
bpm install foo_bar.zip
Also include an example script like list_files.py here
Home
Installation
Credits
Script Pages
Developing BPM Packages
Deleting the wiki page "Developing BPM Packages" cannot be undone. Continue?