Socket
Socket
Sign inDemoInstall

generator-app-app

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-app-app

App App!


Version published
Maintainers
1
Install size
51.4 MB
Created

Readme

Source

App App!

Installation

First, install Yeoman and generator-app-app using npm.

npm install -g yo generator-app-app

Optionally, install tidy-html5, and the Tidy Linter for Atom:

brew install tidy-html5

Then generate your new project:

take cool-project-name
yo app-app

npm start

Pre-defined stacks

This is a work in progress, not all stacks functional.

Optionally, you can specify a stack name, like: alpha, beta, gamma, etc. to skip the prompts.

yo app-app delta

alpha

  • BrowserSync via npm start
  • Deployment via npm run deploy to Surge.sh
  • Linting in Atom with stylelint and htmlhint

beta

  • Everything in the alpha stack
  • JavaScript (ES2015)
  • Linting in Atom with eslint using JS Standard

gamma

  • Everything in the beta stack
  • webpack based build (npm run build) with babel (still using BrowerSync)

delta

  • Everything in the gamma stack
  • React
  • Configure webpack with CSS modules and hot module reloading

epsilon

  • Everything in the delta stack
  • MobX & React Router

zeta

  • Everything in the delta stack
  • Redux & React Router

TODO

  • Alpha stack
  • Beta stack
  • Gamma stack
  • Delta stack
  • Epsilon stack
  • Zeta stack
  • Vendor entry point and chunking
  • CLI lint and warnings before deploy

License

MIT © Jason L Perry

Keywords

FAQs

Last updated on 14 Nov 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc