HEADS UP! as of v0.2.0 this has been refactored to work as a [base][] plugin.
var questions = require('{%= name %}');
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?
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.