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-wagisus

v0.2.2

Published

Nuxt.js + Express.js + Google App Engine + GitLab CI/CD Marketing Web App Generator

Downloads

14

Readme

Wagisus

Nuxt.js + Express.js + Google App Engine + GitLab CI/CD Marketing Web App Generator

Introduction

This application generator will start up a Nuxt.js + Express.js project that with CI managed by GitLab and deployed to Google App Engine. Please read the resulting README.md file after generating a project to see how easy it is to deploy!

Best practices are kept in mind and this project. Google Audits passes with 100/100 scores on Performance, SEO, Best Practices, and Accessibility when testing projects based on this generator. It passes an A+ score on Mozilla Observatory for security headers and other security considerations.

Most importantly, all of the changes are documented and not too different from the standard Nuxt deployment. This hopefully makes for an enjoyable development experience!

Installation

npm install -g yo
npm install -g generator-wagisus

Usage

yo wagisus

Development

To test running Wagisus, just run:

npm link
yo wagisus

CI/CD

For the Wagisus generator itself, we need to take into account versioning and deployment:

  1. On tag, release a new version with the version present in the most recent tag (the one that was just made).
  2. Deploy to NPM.

Code quality is run on every change to any branch. A changelog entry is required for each new version or the tag will not deploy.