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 🙏

© 2025 – Pkg Stats / Ryan Hefner

generator-easyemail

v0.1.1

Published

Creates a email development folder which scaffolds out everything you will need.

Downloads

13

Readme

generator-easyemail NPM version Downloads Build status

Creates a email development folder which scaffolds out everything you will need. I've included SASS and gulp to help automate otherwise tedious processes such as maintaining code that has to be inline, table attributes that need to be manually included.

Be Aware that this is an on going project and you are likely to encounter errors or you may spot something out of the ordinary, If that's the case please let me know.

Features

Installation

This project now uses yarn to install packages, so you will need to do this before proceeding to any of the other steps.

$ npm install -g yarn

Now install Yeoman and generator-easyemail using npm (I assume you have pre-installed node.js).

$ npm install -g yo
$ npm install -g generator-easyemail

(Optional) - This project has a small and simple server built with express, if you plan on making changes to the server you can automate not having to stop and restart the server everytime you make some adjustments.

$ npm install -g nodemon

Then generate your new project! (keep in mind that you have to create a project folder to install all of the files in):

$ yo easyemail

If you've followed the optional step or you already have nodemon installed in your packages, run nodemon to begin watching your server.

$ nodemon

Once all of the files and packages have finished installing just run gulp in your current directory, this will start up a proxy server and you will automatically open up a new window to your perferred browser.

$ gulp

Current Updates

I have started working on this project again, I have added an option to alllow you to choose from three templates. These include a One Column Layout, Two Column Layout, and a Three Column Layout. Look at the following pictures to get a better persepective.

One Column Layout Two Column Layout Three Column Layout

Future Updates

I am currently working on this generator to generate more options, In future updates I am going to allow you all to generate different responsive layout techniques. I will also be adding options for you all to choose from different CSS frameworks including LESS, SASS or SCSS. As for HTML I am going to be adding HTML template framworks such as pug, handlebars, mustache, EJS and more! If you have anything that you think you might need get in contact with me and I will be sure to make it an option for every one.

Folder Structure

The folder structure is as follows:


|   .gitignore
|   gulpfile.js
|   index.js
|   package.json
|   
+---node_modules
|  
+---production
|       build.zip
|       
\---src
   |   index.html
   |   
   +---build
   |   |   index.html
   |   |   
   |   \---css
   |
   +---images
   |           
   +---css
   |       main.css
   |       
   \---styles
       |   main.scss
       |   
       \---framework
           +---base
           |       _font-styles.scss
           |       _global-styles.scss
           |       _layout.scss
           |       _responsive.scss
           |       
           +---modules
           |       _colors.scss
           |       
           \---partials
                   _footer.scss
                   _header.scss
                   _mid-section.scss

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Edward Kemp