|
1 | 1 | <h1 align="center">@compactjs/parse-time</h1> |
2 | | -<p> |
| 2 | +<h3 align="center">Tiny time parser</h3> |
| 3 | +<p align="center"> |
3 | 4 | <a href="https://www.npmjs.com/package/@compactjs/parse-time" target="_blank"> |
4 | 5 | <img alt="Version" src="https://img.shields.io/npm/v/@compactjs/parse-time.svg"> |
5 | 6 | </a> |
6 | 7 | <a href="https://github.com/CompactJS/parse-time/blob/master/LICENSE" target="_blank"> |
7 | 8 | <img alt="License: MIT" src="https://img.shields.io/github/license/CompactJS/parse-time" /> |
8 | 9 | </a> |
9 | 10 | </p> |
| 11 | +<p align="center"> |
| 12 | + · |
| 13 | + <a href="https://github.com/CompactJS/parse-time#readme">Homepage</a> |
| 14 | + · |
| 15 | + <a href="https://github.com/CompactJS/parse-time/issues">Report Bug / Request Feature</a> |
| 16 | + · |
| 17 | +</p> |
10 | 18 |
|
11 | | -> A Tiny time parser |
12 | | -> |
13 | | -> > |
| 19 | +## Table of Contents |
14 | 20 |
|
15 | | -### 🏠 [Homepage](https://github.com/CompactJS/parse-time#readme) |
| 21 | +- [Installation](#Install) |
| 22 | +- [Usage](#usage) |
| 23 | +- [Test](#run-tests) |
| 24 | +- [Contact](#contact) |
| 25 | +- [Contributing](#Contributing) |
| 26 | +- [License](#license) |
16 | 27 |
|
17 | 28 | ## Install |
18 | 29 |
|
@@ -48,28 +59,26 @@ parse('13:30'); // => 13.5 |
48 | 59 | npm run test |
49 | 60 | ``` |
50 | 61 |
|
51 | | -## Author |
| 62 | +## Contact |
52 | 63 |
|
53 | 64 | 👤 **Timo Bechtel <timo@bechtel.solutions>** |
54 | 65 |
|
55 | 66 | - Website: https://timobechtel.com |
56 | | - - Twitter: [@TimoBechtel](https://twitter.com/TimoBechtel) |
57 | | - - GitHub: [@TimoBechtel](https://github.com/TimoBechtel) |
| 67 | +- Twitter: [@TimoBechtel](https://twitter.com/TimoBechtel) |
| 68 | +- GitHub: [@TimoBechtel](https://github.com/TimoBechtel) |
58 | 69 |
|
59 | 70 | ## 🤝 Contributing |
60 | 71 |
|
61 | 72 | Contributions, issues and feature requests are welcome!<br /> |
62 | 73 |
|
63 | | -1. Check issues |
| 74 | +1. Check [issues](<%= issuesUrl %>) |
64 | 75 | 1. Fork the Project |
65 | 76 | 1. Create your Feature Branch (`git checkout -b feat/AmazingFeature`) |
66 | 77 | 1. Test your changes `npm run test` |
67 | 78 | 1. Commit your Changes (`git commit -m 'feat: add amazingFeature'`) |
68 | 79 | 1. Push to the Branch (`git push origin feat/AmazingFeature`) |
69 | 80 | 1. Open a Pull Request |
70 | 81 |
|
71 | | -Feel free to check [issues page](https://github.com/CompactJS/parse-time/issues). |
72 | | - |
73 | 82 | ### Commit messages |
74 | 83 |
|
75 | 84 | This project uses semantic-release for automated release versions. So commits in this project follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/) guidelines. I recommend using [commitizen](https://github.com/commitizen/cz-cli) for automated commit messages. |
|
0 commit comments