Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eiriksm/readmeify

A script to put typical stuff on top of README.md
https://github.com/eiriksm/readmeify

Last synced: 12 days ago
JSON representation

A script to put typical stuff on top of README.md

Awesome Lists containing this project

README

        

Readmeify
==
[![Build Status](https://travis-ci.org/eiriksm/readmeify.svg?branch=master)](https://travis-ci.org/eiriksm/readmeify)
[![Coverage Status](https://coveralls.io/repos/eiriksm/readmeify/badge.svg?branch=master)](https://coveralls.io/r/eiriksm/readmeify?branch=master)
[![Code Climate](https://codeclimate.com/github/eiriksm/readmeify/badges/gpa.svg)](https://codeclimate.com/github/eiriksm/readmeify)
[![Dependency Status](https://david-dm.org/eiriksm/readmeify.svg)](https://david-dm.org/eiriksm/readmeify)

Generates standard stuff on top of README.md. In fact, this file (the top of it)
is generated by readmeify.

The format is highly opinionated. It places the badges on line 3, right after a
heading and a horizontal line. The `.travis.yml` file is told to run `npm test`
if generated by this tool.

### @Todo
- More tests.
- More unicorny badges.

### Contribute
If you want to add some more badges, add some config to make this less
opinionated, think the code stinks or something completely different - pull
requests are of course welcome.

### Tests
Tests are run with mocha, and starts if you just type `make test`.

### Licence
MIT