Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 751 Bytes

.verb.md

File metadata and controls

40 lines (25 loc) · 751 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Heads up! front-matter is handled in verb by default, this module can be used separately if you want to disable the defaults.

{%= include("install-npm", {save: true}) %}

Usage

verb.use(require('{%= name %}'));

Verb uses [gray-matter], visit that project to see all available front-matter options.

Run tests

Install dev dependencies:

npm i -d && npm test

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue]({%= bugs.url %})

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}

{%= reflinks() %}