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

aerophane

v1.0.9

Published

A template for fast, customizable, responsive hybrid mobile apps.

Downloads

1

Readme

Aerophane

Aerophane is an extra-light Material Design template for Cordova hybrid mobile applications for Android and iOS.

Use

After you have all of the prerequisites to make Cordova applications (including Node.js, Git, Cordova, and your target environment's development tools - Android Studio and/or Xcode) you can create a new app with the Aerophane template using a command like this:

cordova create *appname* --template aerophane

If you want to learn more about Cordova, this is a great place to start.

Purpose

Templates for mobile web and hybrid web (Cordova) applications are everywhere, but even the ones that advertise themselves as "lite" have major dependencies on additional frameworks, libraries, images, and fonts. I have found this bloat to be a significant hinderance to customization and portability. I desired an actually lightweight starting template for Cordova and online web apps that doesn't bring too much baggage to the relationship.

Speed

The many fancy features of most mobile web templates bog down responsiveness, especially as compared to native mobile applications. This had lead many to believe that to make smooth running mobile apps, native is the only option. This is a myth. Aerophane starts you with a blazing fast interface. I can't stop you from making your app sluggish after you add tons of gratuitous and dubious features, but at least it will be of your own doing.

Customization

Aerophane is designed to be easy to add what you need and not restrict the ability to implement any reasonable features. Aerophane is true template, not a framework.

Clean, Clear, Minimal, Semantic Code

There are no gratuitous divs and classes. The HTML used for the UI looks exactly like standard, valid HTML5 and is clearly readable from source. Instead of cramming everything on one page, each screen is handled as a separate HTML file. UI resources are organized by the views they support - not dumped into folders based on their file type.

Cross Platform

Aerophane is intended to work well in both Android and iOS devices.

Main Features

  • Slide-out hamburger main menu that stays out when the screen is over a certain width.
  • Common UI elements including floating headers and footers, lists, cards, buttons, and form inputs.
  • Custom dialog popups that can also power a cross-platform dropdown input selector.
  • Common JavaScript utility functions to get event targets, for/each loop through an element collections, and manipulate class names.
  • Handles the device ready event both app-wide and per UI page.