verb icon indicating copy to clipboard operation
verb copied to clipboard

HEADS UP! Verb is going though a major transition, we've completely refactored everything from the ground up. If you're interested, please see the dev branch.

Results 20 verb issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 3.10.1 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 4.0.0 lodash v4.0.0 2015 was big year! Lodash became the most depended on npm package, passed 1...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 3.0.7 to 4.5.3. Changelog *Sourced from [handlebars's changelog](https://github.com/wycats/handlebars.js/blob/master/release-notes.md).* > ## v4.5.3 - November 18th, 2019 > Bugfixes: > > - fix: add "no-prototype-builtins" eslint-rule and fix all...

dependencies

Bumps [diff](https://github.com/kpdecker/jsdiff) from 2.2.3 to 4.0.1. Changelog *Sourced from [diff's changelog](https://github.com/kpdecker/jsdiff/blob/master/release-notes.md).* > ## v4.0.1 - January 6th, 2019 > - Fix main reference path - b826104 > > [Commits](https://github.com/kpdecker/jsdiff/compare/v4.0.0...v4.0.1) >...

dependencies

There is still work to do, but this is going to be a lot easier to use than the current verb! I'll add some descriptive comments soon....

These are questions that we should try to answer in the docs: (is there anything you'd like to know? please add your comments below!): - what does verb do /...

docs

Hi, is there any trick to get sub-folders of `./docs` to work. I'd like to have a sub-folder `inc` of docs and then use it as follows in `README.md`: ```...

Not sure for where the problem come, but i have ``` json "toc": { "render": true, "method": "preWrite", "maxdepth": 4 } ``` and when ran `verb --config related.list:...` it overrides...

bug

When a `verb` object does not exist on `cache.data`, the middleware errors for the `verbmd` task. I'm not sure why yet, looking into it now.

bug

I'm about to release verb 0.9.0, and before I do I think we should change generator naming conventions, and if we do, now is the time to do it since...

I have this in my `package.json`, generating a nice `README.md` with `verb-readme-generator` as `devDependency` and `verb` installed globally: ``` "verb": { "toc": true, "tasks": [ "readme" ] }, ``` Is...