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

generator-meanie

v0.3.10

Published

MEAN stack generator for Yeoman with gulp. Follows the Best Practice Recommendations for Angular App Structure

Downloads

45

Readme

generator-meanie

License Status NPM version Downloads Status Build Status Dependency Status Flattr this git repo

MEAN stack generator for Yeoman with gulp. Follows the Best Practice Recommendations for Angular App Structure, and, in general, attempts to follow best practices throughout.

What this is

  • Modular: The main goal of this generator is to create a highly componentized file structure for both front-end and server-side code. This helps to keep your code modular, scalable, and easier to understand.
  • Gulp tasks: This includes a wide array of gulp tasks for optimizing front-end performance and streamlining your development process.
  • App infrastructure: This creates a comprehensive boilerplate infrastructure for a end-to-end web application using the MEAN stack. This likely includes some extra bells and whistles that you may not want to include in your particular app. The goal of this project is to promote development through subtractive synthesis. What this means is that, hopefully, this generator creates infrastructure that will handle most of the high-level problems in your web app, in addition to providing some other common features that you will likely remove.
  • Tests: This includes a testing infrastructure using the Karma test runner and the Jasmine test framework for testing the front-end code.
  • SASS: This uses the SASS style sheet language.
  • UI-Router: This uses the UI-Router library for more powerful front-end routing and state management in Angular.

Why use this generator instead of one of the many other options?

Maybe you shouldn't! Check out the file structure, the gulp tasks, and the various libraries and tools that are used in this project. If these are all aspects that you agree with, then please try this generator out! Otherwise, there are many other great generators out there for you to use. Addy Osmani has an excellent article describing MEAN-stack development and a quick survey of some of the more popular generators and boilerplate options for it. Each of these options have different benefits and each option uses a different set of tools.

How to use it

npm install -g generator-meanie
yo meanie

See the getting set up guide for a step-by-step walkthrough for setting things up and running.

Technology stack / acknowledgements

This project uses technology from a number of third-parties. These technologies include:

Background

This project is an on-going effort to collect common patterns and processes for developing web apps using the MEAN stack and gulp. It is constantly evolving and gaining new features.

The contents of this project is strongly opinionated. This is all code that was originally developed and tested by Levi for his own personal use. That being said, it works great for him, so it will probably work great for you too!

Feedback, bug reports, feature requests, and pull requests are very welcome!

Next steps

See the project roadmap for Levi's future plans for this generator.

License

MIT