diff --git a/Developing-BPM-Packages.md b/Developing-BPM-Packages.md new file mode 100644 index 0000000..c506634 --- /dev/null +++ b/Developing-BPM-Packages.md @@ -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 \ No newline at end of file