Socket
Socket
Sign inDemoInstall

generator-mdworld-toolchain

Package Overview
Dependencies
428
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    generator-mdworld-toolchain

Sets up the mdworld.nl toolchain


Version published
Maintainers
1
Install size
27.0 MB
Created

Changelog

Source

0.0.8 - 2016-10-28

  • Added Karma (fixing #5)
  • Optimizations for project generation (fixing #1 and #2)

Readme

Source

Build Status npm version

Installation

The generator requires Yeoman:

npm i -g yo

Install or update this Yeoman generator with:

npm i -g generator-mdworld-toolchain

Then scaffold a project by running in the target dir:

yo mdworld-toolchain

After setting up run:

grunt

and visit http://localhost:8282/_stubs/

Purpose

The goal of this generator is to set up as fast as possible, so there is very little interactive input during setup. It sets up a toolchain with:

  • grunt
  • grunt-browser-sync
  • grunt-contrib-jshint
  • grunt-contrib-uglify
  • grunt-contrib-watch
  • grunt-jscs
  • grunt-notify
  • grunt-sass-lint
  • grunt-sass
  • grunt-karma
  • load-grunt-tasks
  • time-grunt

Scaffolds _js, _sass, _stubs, _test dirs and .gitignore, .jscsrc, .jshintrc, Gruntfile.js, karma.conf.js files.

The package.json will be set up with the default windows username, and if it's not available, it will fallback to my name.

The default license in the package.json is "closed" and "private" is set to true to prevent accidental publishing to NPM.

Keywords

FAQs

Last updated on 28 Oct 2016

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc