Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.07 KB

.verb.md

File metadata and controls

47 lines (32 loc) · 1.07 KB

HEADS UP! as of v0.2.0 this has been refactored to work as a [base][] plugin.

Usage

var questions = require('{%= name %}');

Questions

Adds the following questions and message text:

Author questions

  • author.name: Author's name?
  • author.username: Author's GitHub username?
  • author.twitter: Author's twitter username?
  • author.email: Author's email address?
  • author.url: Author's URL?

Project questions

  • project.name: Project name?
  • project.alias: Project alias?
  • project.description: Project description?
  • project.version: Project version?
  • project.license: Project license?
  • project.owner: Project owner?

and...

  • name: Project name?
  • alias: Project alias?
  • description: Project description?
  • version: Project version?
  • license: Project license?
  • owner: Project owner?

History

v0.2.1

Questions without a namespace have been deprecated and will be removed in 0.3.0.

v0.2.0

Refactored to work as a [base][] plugin.