Supriya Ghosh (Editor)

Quickly (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer(s)
  
Canonical Ltd.

Website
  
Quickly on launchpad

Operating system
  
Unix-like

Stable release
  
11.10 / September 26, 2011; 5 years ago (2011-09-26)

License
  
GNU General Public License v3

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.

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. These templates are used to automate project configuration and maintenance. Delegating into templates and not into a specific library allows projects created using Quickly not to require dependencies on any particular library or runtime of Quickly itself.

The project was started by Rick Spencer after his frustration as a beginner Ubuntu developer.

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 an 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 useful 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

    Quickly (software) Wikipedia