[Owncloud] Created scaffolding tool
Bernhard Posselt
nukeawhale at gmail.com
Thu May 30 00:12:42 UTC 2013
Hi,
I kinda worked on a scaffolding tool today which basically replaces the
apptemplate and apptemplate addvanced. It is installable via pip:
sudo pip install owncloud_scaffolding
and is hosted on
https://pypi.python.org/pypi?:action=display&name=owncloud_scaffolding&version=0.1.2
The source is available here:
https://github.com/Raydiation/owncloud_scaffolding
Currently it only supports creating apps, you run it like this:
owncloud.py startapp my_app_name # apps with appframework and angular
or
owncloud.py startapp --type classic my_app_name # classic owncloud app
It prompts some defaults and then creates a complete app structure with
filled out files in the current directory.
Frank could you delete the apptemplateadvanced repo? If you want the
tool in the official repo you can create a seperate repository ;)
More information about the Owncloud
mailing list