Jump to content

Quickly (software)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 110.174.169.36 (talk) at 02:57, 16 November 2010 (Couple of typos and grammos). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Quickly
Developer(s)Canonical Ltd.
Stable release
0.6.1 / October 6, 2010; 14 years ago (2010-10-06)
Repository
Operating systemUnix-like
LicenseGNU General Public License v3
WebsiteQuickly on launchpad

Quickly is a framework for creating software programs for a Linux distribution using Python, PyGTK, Glade Interface Designer and Desktop Couch. It then allows for easy publishing using bzr and Launchpad.

About

Quickly is designed to speed up the start of new projects with the use of templates, not only for programs but for any type of project. This templates are used to automate project configuration and maintenance. Delegating into templates and not in a specific library allow projects maked using Quickly don't depended on any library or runtime of Quickly itself.

The software was made by Rick Spencer after his frustration when starting Ubuntu development.

Usage

Quickly is used through the command line. All commands are of the style "quickly command [parameters]". Some examples are:

  • For getting first start help:
$ quickly getstarted
  • To create a ubuntu application:
$ quickly create ubuntu-application foo
  • For getting help for a project (you must be in the folder of a previously created project):
$ quickly help
  • Others usefull commands:
$ quickly edit
$ quickly design
$ quickly run
$ quickly package
  • And commands for sharing the project (they need a Launchpad account and an opened ppa):
$ quickly release
$ quickly share

References