generator-verb icon indicating copy to clipboard operation
generator-verb copied to clipboard

Kickstart documentation for any project! This is the official Yeoman generator for Verb, a zero-configuration markdown documentation generator that is extremely easy to use and extend.

Results 4 generator-verb issues
Sort by recently updated
recently updated
newest added

Hi, this should probably also moved to https://github.com/verbose, right? Regards Stefan

The following error is returned when I try to run `yo verb:doc foo.md` ``` sh events.js:85 throw er; // Unhandled 'error' event ^ AssertionError: /Users/phillipalexander/.nvm/versions/node/v0.12.0/lib/node_modules/generator-verb/node_modules/verb-readme-includes/templates/foo.md doesn't exist at EditionInterface.module.exports [as...

bug

I am quite often having projects where bower and npm are not only installed in root. These changes to not make a different for a typical project, but also support...

I'd like to add a `git init` option when creating a new project with `generator-verb`. My workflow is usually... ``` bash $ mkdir some-project $ cd some-project $ yo verb...

request