mirror of
https://github.com/BlackMATov/kari.hpp.git
synced 2025-12-15 05:25:25 +07:00
add badges and links to README (license, godbolt, wandbox)
This commit is contained in:
16
README.md
16
README.md
@@ -1 +1,15 @@
|
||||
# Experimental library for currying in C++14.
|
||||
# kari.hpp
|
||||
|
||||
> Experimental library for currying in C++14
|
||||
|
||||
[![license][badge.license]][license]
|
||||
[![godbolt][badge.godbolt]][godbolt]
|
||||
[![wandbox][badge.wandbox]][wandbox]
|
||||
|
||||
[badge.license]: https://img.shields.io/badge/license-MIT-blue.svg
|
||||
[badge.godbolt]: https://img.shields.io/badge/try%20it-on%20godbolt-orange.svg
|
||||
[badge.wandbox]: https://img.shields.io/badge/try%20it-on%20wandbox-5cb85c.svg
|
||||
|
||||
[license]: https://github.com/BlackMATov/kari.hpp/blob/master/LICENSE
|
||||
[godbolt]: https://godbolt.org/g/XPBgjY
|
||||
[wandbox]: https://wandbox.org/permlink/l2PeuYUx2K2Yqbwj
|
||||
Reference in New Issue
Block a user