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

v4.0.3

Published

yo generator for the GOAT-stack, a MEAN stack with Angular2/Angular4 that puts SEO and scale-ability first

Downloads

51

Readme

Check out the Demo App!

Travis Build npm version Dependency Status Dev-Dependency Status

GOAT yeoman

This is the yo generator for the GOATstack, a CANE/MEAN/SEAN stack that puts SEO and scale-ability first

Quick Update

The main dev on this repo is currently in a situation where he is unable to work on any issue reports. Please be patient with any problems that might arise, specifically with version deprecation issues.

We appreciate all your support. Cheers!

Stack Types

  • CANE - Cassandra, Angular, NodeJS, Express
  • MEAN - MongoDB, Express, Angular, NodeJS
  • SEAN - SQL, Express, Angular, NodeJS

GOATstack uses Yarn package manager and is required for package consistancy

Quick-Start

$ npm i -g yo generator-goatstack
$ mkdir [dirName] $$ cd [dirName]
$ yo goatstack [name?]

NOTE: Remember to get the approapriate login credentials for your databases in 'config/env'

What's New in v3.1 && v4?

NOTE: v3.1 => [email protected], v4 => [email protected]

WARNING: v3.0 => v3.1 || v4 brings BREAKING CHANGES to the generator. Upgrade with caution

  • Angular4 (v4 only)
  • generator will no longer prompt for what app you would like to generate (demo, helloGOAT, dblessGOAT)
    • instead it will prompt for what databases you would like to use (Apache-Cassandra, MongoDB, MySQL, PostgresSQL, MariaDB, SQLite, MSSQL), you can select one or many
    • Then it will ask what database will be your default, where user authentication will be generated
    • IF NO DATABASE IS SELECTED a dbless solution will be generated

Future updates in v4.x!

  • Server-side rendering with Angular Universal
    • Angular Universal will be integrated into @angular/core upon [email protected]
    • we will begin refactoring on the GOATv4 branch once rc.1 publishes in the coming month

Possible generators

  • yo goatstack [name?]

  • yo goatstack:module [name?]

    • must add dependancy to app module
  • yo goatstack:submodule [name?]

    • must add dependancy to parent module
  • yo goatstack:component [name?]

    • must add dependancy to parent module
  • yo goatstack:service [name?]

    • must add dependancy to parent module/component
  • yo goatstack:directive [name?]

    • must add dependancy to parent module/component
  • yo goatstack:pipe [name?]

    • must add dependancy to parent module/component
  • yo goatstack:actions [name?]

    • must add dependancy to parent module/component
  • yo goatstack:store-item [name?]

    • must add actions dependancy to parent module/component
  • yo goatstack:endpoint [name?]

    • no hookup required

NOTE: more information on the generator process click here