Add Developing BPM Packages

2026-06-09 20:05:13 -04:00
parent f5f7cefb49
commit 390cc0cf3a

@@ -0,0 +1,16 @@
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
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`
then you `bpm install foo_bar.zip`
Also include an example script like list_files.py here