Skip to content

kristw/generator-summon

Repository files navigation

generator-summon NPM version Build Status Dependency Status Coverage percentage

Set of small and composable generators

Installation

First, install Yeoman and generator-summon using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-summon

Run this command to add web developer tools as needed.

yo summon

or run the specific subgenerator

# 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.

License

Apache-2.0 © Krist Wongsuphasawat

About

Set of small and composable generators

Resources

License

Stars

Watchers

Forks

Packages

No packages published