🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket

generator-babel-express

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-babel-express

A Yeoman generator for scaffolding Express apps in ES2015 with Babel

latest
npmnpm
Version
0.2.0
Version published
Maintainers
1
Created
Source

generator-babel-express

A Yeoman generator for scaffolding Express apps written in ES2015.

Features

  • On-the-fly ES2015 transpilation via Babel
  • Server setup with Express 4 and Nunjucks templating
  • Client setup with Bootstrap for Sass
  • Build process setup with Grunt
  • Development environment setup Nodemon and Entry

Installation

  • Install Yeoman if you don't already have it: npm install -g yo
  • Install the generator: npm install generator-babel-express

Usage

  • Create a directory for your new app: mkdir example-app && cd $_
  • Run the generator: yo babel-express

Keywords

yeoman-generator

FAQs

Package last updated on 27 Jun 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