Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

generator-modernweb

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-modernweb

An example Yeoman generator for the book Pro JavaScript Frameworks for Modern Web Development

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

generator-modernweb

A Yeoman generator for a project based on Angular, Browserify, and Grunt, among other tools. Used as example for the book Pro JavaScript Frameworks for Modern Web Development.

If you have not already installed Yeoman, do so:

$ npm install -g yo

Install the generator-modernweb Yeoman generator and create your first project:

$ npm install -g generator-modernweb
$ mkdir myapp && cd myapp
$ yo modernweb

Build your new project and launch and instance of Express to serve it with:

$ grunt

New Angular routes can be created with the following Yeoman subcommand:

// e.g.: yo modernweb:route users
$ yo modernweb:route {path}

Keywords

FAQs

Package last updated on 06 Aug 2015

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc