Skip to content

Commit

Permalink
Add installation and development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
porada committed Jan 12, 2014
1 parent 054bdae commit 3158a03
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

> Angular.js filter for ordering collections by [semantic version number](http://semver.org).
## Installation

```sh
bower install angular-semver-sort
```

If you’re building a Rails app, you can easily use it with [Rails Assets](https://rails-assets.org)—this package is available as `rails-assets-angular-semver-sort`.

## Usage

### semverSort()
Expand All @@ -20,6 +28,17 @@
</ol>
```

## Development

Clone the repository, then:

```sh
npm install

grunt
grunt test
```

## Credits

The filter is **includes** the browser build of [node-semver](https://github.com/isaacs/node-semver), the BSD-licensed semver parser created by Isaac Z. Schlueter.
Expand Down

0 comments on commit 3158a03

Please sign in to comment.