🚀 Launch Week Day 2:Introducing Custom Tabs for Org Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

generator-base

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-base

Generator for creating Yeoman generators that are capable of remembering certain user answers, resulting in a better user experience. Generators come with the basic necessities, including docs.

Source
npmnpm
Version
0.1.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

generator-base NPM version

Generator for creating Yeoman generators that are capable of remembering certain user answers, resulting in a better user experience. Generators come with the basic necessities, including docs.

Install

Install globally with npm:

npm i -g generator-base

Usage

Once installed globally, simply run:

  • yo base to to start a new project

yo base

Running the generator with yo base will add the following files to your project:

  • app: this is the controller for your generator, inside this directory you will also find the main templates used by your generator.
  • docs: basic starter documentation for your generator.
  • .verbrc.md: a "docs-config" file for Verb. YAML front-matter can be used in this file, and the markdown content is used to generate your project's README.md.
  • test: the test directory for your generator
  • package.json: with minimal properties defined.
  • LICENSE-MIT
  • .gitattributes
  • .gitignore
  • .jshintrc

Generator options

Command: -s | --skip-install

Skips the automatic execution of bower and npm after scaffolding has finished.

Command: -w | --skip-welcome-message

Skips the Yeoman welcome message.

Author

Jon Schlinkert

Brian Woodward

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license

This file was generated by verb-cli on May 02, 2014.

Keywords

boilerplate

FAQs

Package last updated on 03 May 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