npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

qooxdoo-sdk

v6.0.0-alpha-20190409-f79cc78

Published

The JS Framework for Coders

Downloads

56

Readme

NPM Version Test Coverage Travis Build SauceLab Build Gitter

About

qooxdoo is a universal JavaScript framework that enables you to create applications for a wide range of platforms. With its object-oriented programming model you build rich, interactive applications (RIAs), native-like apps for mobile devices, light-weight traditional web applications or even applications to run outside the browser.

You leverage its integrated tool chain to develop and deploy applications of any scale, while taking advantage of modern web technologies like HTML5 and CSS3, its comprehensive feature set and a state-of-the-art GUI toolkit. qooxdoo is open source under liberal licenses, led by the world's largest web host 1&1, with a vibrant community.

For more information please see http://qooxdoo.org .

License

qooxdoo may be used under the terms of the MIT License.

For more information please see http://qooxdoo.org/license .

Quick start

It is easy to get started with qooxdoo. For detailed information please see http://manual.qooxdoo.org/6.0.0-alpha-20190409-f79cc78/pages/getting_started.html .

For the impatient, here is a short version:

Use the './create-application.py' script to setup a new application. This will create a minimal directory structure of an application, which is ready to be built and run. Within the newly created application folder run the command 'generate.py source-all' to generate a development version of your app. Open 'source/index.html' in your browser and see your first application in action. You can then go on and extend it into an application of your liking by changing the 'Application.js' class file below the 'source/class/' folder.

API Reference

You might also want to open the API viewer in a separate browser window, which offers the qooxdoo framework API in a convenient way (See the top-level 'index.html' file next to this readme).

Contributing

There are many ways you can contribute to qooxdoo, ranging from providing feedback, making translations, providing a custom library to full-blown patches to the code. Please check our web site for details. Mind that for every patch to the repository we require an open bug in our issue tracker, and that commits to the repository will fall under qooxdoo's license terms.

For more information see http://qooxdoo.org/community/contribution .

Learn more

  • About qooxdoo http://qooxdoo.org

  • Online Demos http://demo.qooxdoo.org

  • Release Notes https://github.com/qooxdoo/qooxdoo/releases

  • User Manual http://manual.qooxdoo.org/6.0.0-alpha-20190409-f79cc78

  • API Documentation http://api.qooxdoo.org/6.0.0-alpha-20190409-f79cc78