We’ve decided to put up a screencast tutorial for you guys, to try and introduce the packaging system and how to create packages from scripts in it.
Creating a 3rd Party Package, Vol 1
Note, there’s a couple things different in the latest release, since this video is about a week old:
- $builder->create should be $builder->createPackage
- soon we’ll be introducing license/readme/setup-options functionality into packages, but this vid doesn’t talk about that. those changes won’t break the stuff done in this video, however.
- we’ve decided to recommend that people use $obj->get(’name’) rather than $obj->name, since the latter doesn’t provide opportunity for upgradability.
Thanks guys.