New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-webpack-versatile

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-webpack-versatile

Yeoman generator for client/server development with webpack, gulp, pug, karma, mocha and some more selectable tools

latest
Source
npmnpm
Version
6.3.0
Version published
Maintainers
1
Created
Source

generator-webpack-versatile

npm version Build Status Dependency Status devDependency Status

Yeoman generator will setup an express-project with a bunch of tools (some fixed, some selectable) pre-setup to provide an eligible work flow.

Features

Use typescript to transpile typescript modules.

Use webpack to pack client code into compact bundles.

Use browersync for fast live testing on multiple devices.

Use gulp for all task automation.

Use pug for server and client templating.

Use karma for client-tests. There is also support for smoke-testing your application - either in your installed browsers or headlessly using PhantomJS.

Use mocha with chai for unit-tests.

Optionally

Use modernizr for browser-feature detection.

Use foundation or bootstrap for responsive client-side styling.

Use page.js as a micro client-side router

Use backbone as a lightweight client-library to build agile single-page web applications.

Use marionette to organize your backbone views.

Use sass as versatile CSS-Preprocessor (required for bootstrap and foundation).

Use cache-crusher to provide cache-busting for your production-build.

Usage

The following additional npm-packages are assumed to be installed globally: bower, gulp, yo.

$ npm install -g bower gulp yo generator-webpack-versatile

Finally, initiate the generator:

$ yo webpack-versatile

Generators

App

Just select your preferred options and wait till your project has been scaffolded...

Look in the generated file README.md for details of project layout and usage of gulp tasks.

License

MIT License

Keywords

yeoman-generator

FAQs

Package last updated on 05 Jul 2018

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