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

generator-snow

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-snow

A yeoman generator for setting up new front-end projects that use Jade, Stylus, and CoffeeScript, using GulpJS, Browserify, and Jasmine. Also support for localised content, components, SVG icons or icon fonts, and responsive images using picturefill.

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

generator-snow Build Status

Features:

  • Jade/Stylus/CoffeeScript stack
  • Localisation based on content from a single config file
  • Minimal CSS boilerplate framework
  • CoffeeScript with browserify (require "dependency")
  • Remove unused CSS
  • Unit tests with Jasmine/Karma/PhantomJS
  • Automatically includes jQuery (latest, or otherwise 1.10.* if IE8 support is * required) and HTML5 shim if required
  • Component integration
  • Other front-end dependencies managed with Bower
  • All the config files you need
  • Support for icon fonts and SVG icon sprites
  • Responsive images using picturefill
  • Image optimisation
  • Full set of fav/app/touch icons
  • Automating cache-busting for CSS and JS
  • Fully automated watch & build system using GulpJS
  • A handsome logo

Getting Started

Yeoman is a scaffolding application that helps you set up projects so you can get straight into the coding. Snow is a generator that scaffolds out a starter template with:

  • Jade, Stylus, and CoffeeScript front-end stack
  • Gulp configuration to compile and optimise templates, styles, scripts, and images, as well as run a development server with livereload (won't work with a VPN on)
  • Localised content generated from a single JSON file

Prerequisites

$ sudo npm install -g yo

Get Started

To install generator-snow from npm, run:

$ sudo npm install -g generator-snow

Then create a new project directory and then initiate the generator:

$ mkdir <project> && cd $_
$ yo snow <project>

Sub-generators

To create a new page:

yo snow:page [pagename]

Using the generated project

To install Bower and Component dependencies:

gulp install

During development (compile, watch for changes, run a server):

gulp

For deployment (will package and optimise everything):

gulp deploy

License

MIT

Keywords

yeoman-generator, Jade, Stylus, CoffeeScript, Gulp, GulpJS, Browserify, Jasmine, Component, Localization, SVG, Responsive

FAQs

Package last updated on 27 Apr 2014

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