|
1 | 1 | # StrAPI
|
2 | 2 |
|
3 |
| -| **Info** | **Windows** | **Linux & MacOS** | **Package Evaluator** | **CodeCov** | **Coveralls** | |
4 |
| -|:------------------:|:------------------:|:---------------------:|:-----------------:|:---------------------:|:-----------------:| |
5 |
| -| [![][license-img]][license-url] | [![][app-s-img]][app-s-url] | [![][travis-s-img]][travis-url] | [![][pkg-s-img]][pkg-s-url] | [![][codecov-img]][codecov-url] | [![][coverall-s-img]][coverall-s-url] |
6 |
| -| [![][gitter-img]][gitter-url] | [![][app-m-img]][app-m-url] | [![][travis-m-img]][travis-url] | [![][pkg-m-img]][pkg-m-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url] |
| 3 | +[pkg-url]: https://github.com/JuliaString/StrAPI.jl.git |
| 4 | + |
| 5 | +[julia-url]: https://github.com/JuliaLang/Julia |
| 6 | +[julia-release]:https://img.shields.io/github/release/JuliaLang/julia.svg |
| 7 | + |
| 8 | +[release]: https://img.shields.io/github/release/JuliaString/StrAPI.jl.svg |
| 9 | +[release-date]: https://img.shields.io/github/release-date/JuliaString/StrAPI.jl.svg |
7 | 10 |
|
8 | 11 | [license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat
|
9 | 12 | [license-url]: LICENSE.md
|
|
15 | 18 | [travis-s-img]: https://travis-ci.org/JuliaString/StrAPI.jl.svg
|
16 | 19 | [travis-m-img]: https://travis-ci.org/JuliaString/StrAPI.jl.svg?branch=master
|
17 | 20 |
|
18 |
| -[app-s-url]: https://ci.appveyor.com/project/ScottPJones/strapi-jl |
19 |
| -[app-m-url]: https://ci.appveyor.com/project/ScottPJones/strapi-jl/branch/master |
20 |
| -[app-s-img]: https://ci.appveyor.com/api/projects/status/pyw9o1y3wywo95tt?svg=true |
21 |
| -[app-m-img]: https://ci.appveyor.com/api/projects/status/pyw9o1y3wywo95tt/branch/master?svg=true |
22 |
| - |
23 |
| -[pkg-s-url]: http://pkg.julialang.org/detail/StrAPI |
24 |
| -[pkg-m-url]: http://pkg.julialang.org/detail/StrAPI |
25 |
| -[pkg-s-img]: http://pkg.julialang.org/badges/StrAPI_0.6.svg |
26 |
| -[pkg-m-img]: http://pkg.julialang.org/badges/StrAPI_0.7.svg |
27 |
| - |
28 | 21 | [codecov-url]: https://codecov.io/gh/JuliaString/StrAPI.jl
|
29 | 22 | [codecov-img]: https://codecov.io/gh/JuliaString/StrAPI.jl/branch/master/graph/badge.svg
|
30 | 23 |
|
31 |
| -[coverall-s-url]: https://coveralls.io/github/JuliaString/StrAPI.jl |
32 |
| -[coverall-m-url]: https://coveralls.io/github/JuliaString/StrAPI.jl?branch=master |
33 |
| -[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg |
34 |
| -[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/StrAPI.jl/badge.svg?branch=master |
| 24 | +[contrib]: https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat |
| 25 | + |
| 26 | +[![][release]][pkg-url] [![][release-date]][pkg-url] [![][license-img]][license-url] [![contributions welcome][contrib]](https://github.com/JuliaString/StrAPI.jl/issues) |
| 27 | + |
| 28 | +| **Julia Version** | **Unit Tests** | **Coverage** | |
| 29 | +|:------------------:|:------------------:|:---------------------:| |
| 30 | +| [![][julia-release]][julia-url] | [![][travis-s-img]][travis-url] | [![][codecov-img]][codecov-url] |
| 31 | +| Julia Latest | [![][travis-m-img]][travis-url] | [![][codecov-img]][codecov-url] |
35 | 32 |
|
36 | 33 | This package provides the base API, which the other packages in JuliaString can all extend
|
37 | 34 | It provides a cleaner API (IMO) for many of the character and string related functions.
|
|
0 commit comments