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 🙏

© 2026 – Pkg Stats / Ryan Hefner

gulp-ready-to-start

v4.0.1

Published

This package allows you to quickly set up a folder to work with

Readme

gulp-ready-to-start

Instruction

  1. Download the file $ npm i gulp-ready-to-start
  2. Move all files from /node_modules/gulp-ready-to-start/ to your working directory
  3. Write on the command line $ npm install
  4. After that $ gulp grid to generate smartgrid.sass in sass folder
  5. Awesome

v.4.0.0

Fully updated package

Fixed bugs

Imagemin packages have been removed

Now you do not have to remember to do "import" in your main "sass" file, just write @import yourpath/**/* .sass, but do not forget about @import normalize

Added Pug Added sourcemaps

A new function passToBuild in gulpfile With $ gulp passToBuild you can send all your main files such as js,css,html,img in the 'dist' folder

The command $ gulp direct now creates dist and app folders in your project

v.3.6.0

Gulp-ftp has been deleted

Gulp-imagemin has been modified

v.3.4.0

Gulp-image has been optimized

Now faster and better!

Added additional plugins:

  1. gulp-cache
  2. imagemin-pngquant
  3. imagemin-zopfli
  4. imagemin-mozjpeg
  5. imagemin-giflossy

v.3.4.0

New functionality and js file "smartgrid.js"

When you change breakpoints in "smartgrid.js" page will dynamically reload and rebuild your "main.css"

v.3.3.0

The package now includes a smart-grid

To configure it in the file gulpfile.js you need to change the container

v.3.2.0

Normalize.scss added to project

To make normalize work, add the line @import "normalize" to your main sass file

v.3.1.2

  1. In this version, the 'clean' function was returned, but in a different wrapper. ~~Previously, the function removed EVERYTHING in the app directive~~, but now it has exception files: .git .venv .json .gitignore
  2. Just in case, the command line will ask about deleting the folder. Press the letter 'y' on your keyboard

v.3.0.1

In new version of gulp-ready-to-start has added 'gulp-wait' for delay 'sass' actions

v.2.0.1

The package includes the most basic sets for comfortable work, such as:

  1. browser-sync,
  2. gulp,
  3. gulp-autoprefixer,
  4. gulp-clean,
  5. gulp-clean-css,
  6. gulp-concat-css,
  7. gulp-confirm,
  8. gulp-ftp,
  9. gulp-imagemin,
  10. gulp-sass,
  11. gulp-util,
  12. gulp-wait

v.1

This package was invented to make your life easier