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

generator-foundation-browserify

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-foundation-browserify

Foundation, Browserify, Gulp, Sass, Babel for ECMAScript 6, Autoprefixer, BrowserSync Live Reloading

latest
Source
npmnpm
Version
6.4.0
Version published
Maintainers
1
Created
Source

Foundation + Browserify Project Generator

Improve your workflow by harnessing the power of Browserify with your Foundation projects!

Head to the Quick Start Guide if you're ready to go. If you're not sure why you should be using this generator, or aren't familiar with some of the tools it offers, check out the Generator Overview Wiki.

This Generator Comes With

  • Foundation 6 / Foundation 5
  • Browserify dependency bundling
  • Gulp task management
  • Sass compiling
    • LibSass
    • Compass (option for Foundation 5)
  • BrowserSync server with live reloading
  • Babel for ECMAScript 6, 2015 preset (option)
  • Autoprefixer for CSS Vendor Prefixes (option)
  • Bourbon Sass Mixin Library (option)
  • Motion UI Sass Library (option for Foundation 6)
  • Source Maps (option)
  • Font Awesome iconic font (option)
  • Pug Template Engine (option)

Quick Start Guide

Installation

If Yeoman isn't already installed:

npm install -g yo

Install the generator from npm:

npm install -g generator-foundation-browserify

Already installed? Update to the latest version of the generator by running yo and selecting Update your generators

Generate a Project

Navigate to your project folder and initiate the generator:

yo foundation-browserify

Answer the configuration prompts and allow the installation to complete.

Workflow

Within your project folder, run gulp to start the server and watch for changes:

gulp

Include the --prod flag to export production-ready minified files (note: increases gulp task time, leave off for dev purposes):

gulp --prod

Edit the html/pug, scss and js files in the src directory

Gulp will serve finalized versions to the build directory

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 06 Jul 2017

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