verb
Version:
Verb makes it easy to build project documentation using simple markdown templates, with zero configuration required.
19 lines (12 loc) • 715 B
Markdown
All contributions are welcome! _Stars and tweets_ are always a great way to show your support! But we can definitely use some help with:
* documentation
* writing unit tests
* addressing issues
_Or whatever value you'd like to add to the project! If you'd like to take a more active role, get in touch! We'd be happy to help you get started!_
### Pull requests
This project builds its our own documentation, so don't edit the readme or other docs directly, edit their respective templates instead.
To build the docs, first make sure Verb is installed globally (`npm i -g verb`), then just follow these simple steps:
* Edit the templates in the ['docs/' directory](./docs)
* Run `verb`
* Pull request!
Thanks!