Skip to content

Commit

Permalink
Add NPM and Travis badges
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestWeiswolf committed Feb 8, 2019
1 parent c3d7335 commit 781426f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
Meristem
Meristem
======
[![npm version](http://img.shields.io/npm/v/meristem.svg?style=flat)](https://npmjs.org/package/meristem "View this project on npm")
[![Status](https://travis-ci.org/ForrestWeiswolf/meristem.svg?branch=master)](https://travis-ci.org/ForrestWeiswolf/Meristem)

A lightweight (no dependencies!) Javascript library for procedural text generation using a context-free grammar.
Several examples of usage can be found [here](https://github.com/ForrestWeiswolf/Meristem-examples)

[Documentation](https://forrestweiswolf.github.io/Meristem/)

[Changelog](https://github.com/ForrestWeiswolf/Meristem/blob/master/CHANGELOG.md)

(I apologize for any unconventional terminology - what I'm trying to do here is close enough to the normal uses of context-free grammars that I feel I ought to follow convention, but not so similar that I'm easily able to do so without potentially misleading)
Expand Down

0 comments on commit 781426f

Please sign in to comment.