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

qnorr

v0.1.0

Published

Sometimes quick, is better.

Downloads

4

Readme

Qnorr

It will be a fully modular webstarter kit, for creating & deploying static website/webapps.
Right now is just a non-modular starter kit, but we'll get there.

Requirements

  1. A computer.
  2. Node >=v6.10.0 and npm.

Installation

npm install -g qnorr

Usage

To get started with a new project, just run qnorr new <project-name>. A new folder will be created under project-name with the default scaffolding and tools (see below) for Qnorr, with git init-ed for you as well.

Documentation

More documentation regarding deployment/usage can be found in the README.md of your newly created project folder.

In future quick overview guides will be created for some specific packages (Templating, CriticalCSS to name a few), in the meantime refer to packages own docs /shrug

Features

| Feature | Summary | |----------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| | Responsive boilerplate | Inherits all the good parts of your also good ol'friend Sassqit aligned with current Whitesmith Best Practivces | | HandleBars Templating | Using Panini from Zurb.| | Sass Handling | Using LibSass with gulp-sass| | Performance optimization | Minify and concatenate JavaScript, CSS, HTML and images to help keep your pages lean. | | Swiper Slider | By iDangerous, if you need to quickly prototype touch related interactions or simply display a nice responsive carousel | | EditorConfig | Uniform spaces and tabs across text editors. Add it to your texteditor, your teammates will like it.| | Optional critical path CSS | run npm run criticalCSS after build. It uses loadCSS and cssPreload.js polyfill from FilamentGroup | | Page speed Tests | Brought to you by google page speed insights. After deployment run npm run how_fast, it will use the domain set as homepage in your package.json for the test |

Roadmap

Take Look at Issues & Board tabs.

Thanks

To all open-source packages listed on package.json (we'll put a comprehensive list here soon), inuitcss for the ongoing css inspiration which is the foundation of this kit, Google web starter kit which inspired the creation of this project and ember-cli from which a lot is borrowed on how to make the installer work.