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

minframe

v1.0.0

Published

minframe is a modern HTML5, mobile-first front-end framework built with Sass and Gulp on a 12 column responsive grid. The framework boasts all of the modern accessiblility features and tools developers use in builds but none of the style bloat.

Downloads

2

Readme

#__min__imal responsive __frame__work

minframe is a modern HTML5, mobile-first framework built with Sass and Gulp on a 12 column responsive grid. The framework boasts all of the modern accessiblility features and tools developers use in builds but none of the style bloat. The only boilerplate styling is normalize.scss, our 12 column responsive grid and basic HTML5 Sass nesting. Javascript is only required during the build process, not in the browser.

##Automated Development Tools

-Gulp.js task runner to streamline and automate your workflow.

-Panini templating ensures you don't repeat yourself by creating reusable head, header and footer layouts templates to combine with the pages unique body content.

-BrowserSync Live Reload and device testing built right in.

-Use the lastest ES6 syntax with Babeljs, automatically check quality with jshint then compile, concatenate and minify with uglifyjs.

-Responsive grid built on Sass preprocessor is automatically compiled, concataneted, minified and autprefixed along with your custom styles to support legacy browsers.

-Server side PHP5 form validation, sanitation and email processing.

-Automatically generate and update sitemaps.

-.htaccess file fine-tuned by the pros at Google.

-No redundant styles that have to overwritten.

-Minimal file bloat, maximum development power.

##Get Started

###Git CLI

  1. Clone the repo to your local machine from your terminal. git clone https://github.com/joshboyan/minframe.git

  2. Change directories into the repo you just cloned. cd minframe

  3. Install the node_module dependencies. npm install

  4. Start up the automated build and open chrome with Live Reload. gulp

  5. Open components folder with your favorite text editor and create HTML markup in layouts and pages, add your Sass styles to scss and JavaScript to js.

###NPM

  1. Open your terminal and navigate to where you would like to download the package. npm install minframe

  2. Change directories into the repo you just cloned. cd minframe

  3. Install the node_module dependencies. npm install

  4. Start up the automated build and open chrome with Live Reload. gulp

  5. Open components folder with your favorite text editor and create HTML markup in layouts and pages, add your Sass styles to scss and JavaScript to js.