https://github.com/mdvanes/generator-mdworld-toolchain
Sets up the mdworld.nl toolchain
https://github.com/mdvanes/generator-mdworld-toolchain
Last synced: 4 months ago
JSON representation
Sets up the mdworld.nl toolchain
- Host: GitHub
- URL: https://github.com/mdvanes/generator-mdworld-toolchain
- Owner: mdvanes
- License: mit
- Created: 2015-10-29T07:01:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-09-20T06:31:19.000Z (over 2 years ago)
- Last Synced: 2025-02-10T09:15:24.563Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
 [](https://badge.fury.io/js/generator-mdworld-toolchain)
# 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-gruntScaffolds \_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.