An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/readmer

Module to create simple markdown readme for a project
https://github.com/pablopunk/readmer

Last synced: 8 months ago
JSON representation

Module to create simple markdown readme for a project

Awesome Lists containing this project

README

          

# readmer


Module to create simple markdown readme for a project




## Install

```bash
npm install --save readmer
```

## Usage

```javascript
const readmer = require('readmer')
readmer().then(console.log)
/* =>
# readmer


Module to create simple markdown readme for a project

## Install

npm install readmer

...

*/
```

## Options

```javascript
readmer(
'package.json', // path to package.json
{ // optional
gravatarEmail: 'Email to retrieve gravatar image'
}
)
```

## Contribute

Feel free to open an _issue_ or a _PR_.

## Related

CLI for this module => [readmer-cli](https://github.com/pablopunk/readmer-cli)
Minimal node boilerplate => [miny](https://github.com/pablopunk/miny)

## Author

| ![me](https://www.gravatar.com/avatar/fa50aeff0ddd6e63273a068b04353d9d?s=100)|
| -----------------------------------------------------------------------------|
| © 2017 [__Pablo Varela__](http://pablo.life) |