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

generator-modern-theme

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-modern-theme

Yeoman generator to speed up HTML themes creation.

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

generator-modern-theme

A Yeoman generator.

A Yeoman generator to speed up the process of creating HTML themes that make use of popular Grunt plugins.

Using this generator, you can minify your theme's javascript & CSS files, watch for file changes and few things more without even touching Gruntfile.js.

Getting started

  • Make sure that you have yo installed globally. npm install -g yo
  • Install generator-modern-theme. npm install -g generator-modern-theme
  • To start using the generator, run yo modern-theme

Features

  • Automatically concatenate and minify JavaScript files.
  • Automatically concatenate and minify CSS files.
  • Automatically compile SASS files.
  • Image optimization (Optional).
  • Foundation for SASS (Optional).

Documentation

License

MIT

Keywords

yeoman-generator

FAQs

Package last updated on 17 Aug 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