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

applepie

v0.1.1

Published

ApplePie Toolkit is modular and responsive CSS framework. Getting started with ApplePie is easy. Whether you are building a simple site with a 'default' UI, or you are a master of SASS, building a new app - this toolkit will help you get up and running!

Downloads

3

Readme

ApplePie

ApplePie Toolkit is modular and responsive CSS framework. Getting started with ApplePie is easy. Whether you are building a simple site with a 'default' UI, or you are a master of SASS, building a new app - this toolkit will help you get up and running!

Getting Started

CSS Version

Simplest way to get started - straight CSS Toolkit version that includes everything you need to do rapid prototyping. Just grab a CSS file (applepie.css or applepie.min.css), include it to a web page and start doing markup without additional efforts on styling elements. Checkout latest releases to get started.

SASS Version

You'll need node and npm to install it.

Bower

  npm install -g bower
  bower install applepie

Git

  git clone [email protected]:railsware/applepie.git
  cd applepie
  npm install -g grunt-cli   # if you haven't installed grunt previously
  npm install
  grunt build

Usage

All ApplePie SASS files should now be built into the dist/sass/ directory. What you've got here:

base/: folder that contains all base layer styles like normalize.css, grids.css etc.

mixins/: contains all kinds of mixins that can be handy during development, like CSS3 mixins for dealing wit vendor prefixes, or responsive mixins for media queries.

components/: is a folder that contains all UI components implemented also using SASS mixins. You can use this default implementation of UI elements just by including components into your main SASS file and using mixins inside selectors.

layout/: layouts styles. [WIP]

applepie.sass: linking all pie components together. If you want to use all ApplePie components - just include applepie.sass to your stylesheets.

manifest.sass: this is sample applepie manifest, which has all selectors in place with use of components mixins. If you want to feel all power of ApplePie's naming convention and want to use all benefits of standardized naming, use manifest.sass as your main sass manifest file. Just copy this file to your stylesheets folder, include applepie.sass file at the top and you are ready to roll!

Find out more at apppie.org

Contributing

See the CONTRIBUTING file for information on how to contribute to ApplePie Toolkit