You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
> Angular.js filter for ordering collections by [semantic version number](http://semver.org).
4
4
5
+
## Installation
6
+
7
+
```sh
8
+
bower install angular-semver-sort
9
+
```
10
+
11
+
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`.
12
+
5
13
## Usage
6
14
7
15
### semverSort()
@@ -20,6 +28,17 @@
20
28
</ol>
21
29
```
22
30
31
+
## Development
32
+
33
+
Clone the repository, then:
34
+
35
+
```sh
36
+
npm install
37
+
38
+
grunt
39
+
grunt test
40
+
```
41
+
23
42
## Credits
24
43
25
44
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.
0 commit comments