Add Developing BPM Packages
16
Developing-BPM-Packages.md
Normal file
16
Developing-BPM-Packages.md
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user