Skip to content

Commit

Permalink
📝 Add Gren config.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlee-dev committed Jul 27, 2019
1 parent 89f3e84 commit b07c928
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .grenrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"dataSource": "prs",
"prefix": "",
"onlyMilestones": false,
"groupBy": "label",
"changelogFilename": "CHANGELOG.md"
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

[![Coverage Status](https://coveralls.io/repos/github/alexlee-dev/simpleTextApps/badge.svg?branch=ci)](https://coveralls.io/github/alexlee-dev/simpleTextApps?branch=ci) [![Build Status](https://travis-ci.org/alexlee-dev/simpleTextApps.svg?branch=master)](https://travis-ci.org/alexlee-dev/simpleTextApps)

> A collection of simple functions and applications around text and basic JavaScript fundamentals.
[Inspiration](https://www.dreamincode.net/forums/topic/78802-martyr2s-mega-project-ideas-list/)

## ✅ Reverse a String
Expand Down

0 comments on commit b07c928

Please sign in to comment.