Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Added build and coverage status images
Browse files Browse the repository at this point in the history
  • Loading branch information
TwitchBronBron committed Mar 13, 2018
1 parent 6e7d371 commit 9328ae2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# brightscript-formatter

A code formatter for Roku's BrightScript language


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

## Usage
```javascript
import { BrightScriptFormatter } from 'brightscript-formatter';
Expand All @@ -19,4 +24,4 @@ var formattedFileContents = formatter.format(unformattedFileContents, formatting


## Formatting Options
Click [here](https://github.com/TwitchBronBron/brightscript-formatter/blob/master/src/BrightScriptFormatter.ts#L265) to view all of the formatting options
Click [here](https://github.com/TwitchBronBron/brightscript-formatter/blob/master/src/BrightScriptFormatter.ts#L265) to view all of the formatting options

0 comments on commit 9328ae2

Please sign in to comment.