|
1 | 1 | # StrBase
|
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] | [![][pkgeval-img]][pkgeval-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] | [![][pkgeval-img]][pkgeval-url] | [![][codecov-img]][codecov-url] | [![][coverall-m-img]][coverall-m-url] |
| 3 | +[pkg-url]: https://github.com/JuliaString/StrBase.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/StrBase.jl.svg |
| 9 | +[release-date]: https://img.shields.io/github/release-date/JuliaString/StrBase.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/StrBase.jl.svg
|
16 | 19 | [travis-m-img]: https://travis-ci.org/JuliaString/StrBase.jl.svg?branch=master
|
17 | 20 |
|
18 |
| -[app-s-url]: https://ci.appveyor.com/project/ScottPJones/strbase-jl |
19 |
| -[app-m-url]: https://ci.appveyor.com/project/ScottPJones/strbase-jl/branch/master |
20 |
| -[app-s-img]: https://ci.appveyor.com/api/projects/status/2v12uwlr0ueale6n?svg=true |
21 |
| -[app-m-img]: https://ci.appveyor.com/api/projects/status/2v12uwlr0ueale6n/branch/master?svg=true |
22 |
| - |
23 |
| -[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/S/StrBase.svg |
24 |
| -[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html |
25 |
| - |
26 | 21 | [codecov-url]: https://codecov.io/gh/JuliaString/StrBase.jl
|
27 | 22 | [codecov-img]: https://codecov.io/gh/JuliaString/StrBase.jl/branch/master/graph/badge.svg
|
28 | 23 |
|
29 |
| -[coverall-s-url]: https://coveralls.io/github/JuliaString/StrBase.jl |
30 |
| -[coverall-m-url]: https://coveralls.io/github/JuliaString/StrBase.jl?branch=master |
31 |
| -[coverall-s-img]: https://coveralls.io/repos/github/JuliaString/StrBase.jl/badge.svg |
32 |
| -[coverall-m-img]: https://coveralls.io/repos/github/JuliaString/StrBase.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/StrBase.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] |
33 | 32 |
|
34 | 33 | See the documentation in the [Strs](https://github.com/JuliaString/Strs.jl) package,
|
35 | 34 | this package contains the basic functionality, which can be used by other string related packages.
|
0 commit comments