UNPKG

generator-summon

Version:

Set of small and composable generators

65 lines (52 loc) 2.22 kB
# generator-summon [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url] > Set of small and composable generators ## Installation First, install [Yeoman](http://yeoman.io) and generator-summon using [npm](https://www.npmjs.com/) (we assume you have pre-installed [node.js](https://nodejs.org/)). ```bash npm install -g yo npm install -g generator-summon ``` Run this command to add web developer tools as needed. ```bash yo summon ``` or run the specific subgenerator ```bash # Install packages, files, and scripts for using babel yo summon:babel # Install packages, files, and scripts for using bower yo summon:bower # Install packages and scripts for using browser-sync yo summon:browser-sync # Install packages, files, and scripts for using eslint yo summon:eslint # Install packages, files, and scripts for using express yo summon:express # Install packages and scripts for using github pages yo summon:gh-pages # Setup this repository to point to github repo yo summon:github # Install packages, files, and scripts for using gulp yo summon:gulp # Install packages and files for using jshint yo summon:jshint # Install packages, files, and scripts for using karma yo summon:karma # Add sublime project configuration file yo summon:sublime # Install packages and scripts for updating versions via npm yo summon:version-hooks # Install packages, files, and scripts for using webpack yo summon:webpack ``` [Learn more about Yeoman](http://yeoman.io/). ## License Apache-2.0 © [Krist Wongsuphasawat](http://kristw.yellowpigz.com) [npm-image]: https://badge.fury.io/js/generator-summon.svg [npm-url]: https://npmjs.org/package/generator-summon [travis-image]: https://travis-ci.org/kristw/generator-summon.svg?branch=master [travis-url]: https://travis-ci.org/kristw/generator-summon [daviddm-image]: https://david-dm.org/kristw/generator-summon.svg?theme=shields.io [daviddm-url]: https://david-dm.org/kristw/generator-summon [coveralls-image]: https://coveralls.io/repos/kristw/generator-summon/badge.svg [coveralls-url]: https://coveralls.io/r/kristw/generator-summon