Skip to content

Commit 1e9ad83

Browse files
committed
Rebuilt readme with tldw
1 parent f15ed3b commit 1e9ad83

File tree

1 file changed

+27
-33
lines changed

1 file changed

+27
-33
lines changed

readme.md

Lines changed: 27 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# commit-from-action
22

33

4-
<a href="https://raw.githubusercontent.com/jaid/commit-from-action/master/license.txt"><img src="https://img.shields.io/github/license/jaid/commit-from-action?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor commit-from-action"/></a>
4+
<a href="https://raw.githubusercontent.com/jaid/commit-from-action/master/license.txt"><img src="https://img.shields.io/github/license/jaid/commit-from-action?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor commit-from-action"/></a>
55
<a href="https://actions-badge.atrox.dev/jaid/commit-from-action/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Fcommit-from-action%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/commit-from-action/commits"><img src="https://img.shields.io/github/commits-since/jaid/commit-from-action/v1.2.0?style=flat-square&logo=github" alt="Commits since v1.2.0"/></a> <a href="https://github.com/jaid/commit-from-action/commits"><img src="https://img.shields.io/github/last-commit/jaid/commit-from-action?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/commit-from-action/issues"><img src="https://img.shields.io/github/issues/jaid/commit-from-action?style=flat-square&logo=github" alt="Issues"/></a>
66
<a href="https://npmjs.com/package/commit-from-action"><img src="https://img.shields.io/npm/v/commit-from-action?style=flat-square&logo=npm&label=latest%20version" alt="Latest version on npm"/></a> <a href="https://github.com/jaid/commit-from-action/network/dependents"><img src="https://img.shields.io/librariesio/dependents/npm/commit-from-action?style=flat-square&logo=npm" alt="Dependents"/></a> <a href="https://npmjs.com/package/commit-from-action"><img src="https://img.shields.io/npm/dm/commit-from-action?style=flat-square&logo=npm" alt="Downloads"/></a>
77

@@ -11,6 +11,30 @@
1111

1212

1313

14+
## Installation
15+
16+
<a href="https://npmjs.com/package/commit-from-action"><img src="https://img.shields.io/badge/npm-commit--from--action-C23039?style=flat-square&logo=npm" alt="commit-from-action on npm"/></a>
17+
18+
```bash
19+
npm install --save commit-from-action@^1.2.0
20+
```
21+
22+
<a href="https://yarnpkg.com/package/commit-from-action"><img src="https://img.shields.io/badge/Yarn-commit--from--action-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="commit-from-action on Yarn"/></a>
23+
24+
```bash
25+
yarn add commit-from-action@^1.2.0
26+
```
27+
28+
<a href="https://github.com/jaid/commit-from-action/packages"><img src="https://img.shields.io/badge/GitHub Packages-@jaid/commit--from--action-24282e?style=flat-square&logo=github" alt="@jaid/commit-from-action on GitHub Packages"/></a>
29+
(if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages))
30+
31+
```bash
32+
npm install --save @jaid/commit-from-action@^1.2.0
33+
```
34+
35+
36+
37+
1438

1539

1640

@@ -21,15 +45,6 @@
2145

2246

2347

24-
## Installation
25-
<a href="https://npmjs.com/package/commit-from-action"><img src="https://img.shields.io/badge/npm-commit--from--action-C23039?style=flat-square&logo=npm" alt="commit-from-action on npm"/></a>
26-
```bash
27-
npm install --save commit-from-action@^1.2.0
28-
```
29-
<a href="https://yarnpkg.com/package/commit-from-action"><img src="https://img.shields.io/badge/Yarn-commit--from--action-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="commit-from-action on Yarn"/></a>
30-
```bash
31-
yarn add commit-from-action@^1.2.0
32-
```
3348

3449

3550

@@ -54,26 +69,5 @@ npm run test
5469

5570

5671
## License
57-
```text
58-
MIT License
59-
60-
Copyright © 2020, Jaid <jaid.jsx@gmail.com> (github.com/jaid)
61-
62-
Permission is hereby granted, free of charge, to any person obtaining a copy
63-
of this software and associated documentation files (the "Software"), to deal
64-
in the Software without restriction, including without limitation the rights
65-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
66-
copies of the Software, and to permit persons to whom the Software is
67-
furnished to do so, subject to the following conditions:
68-
69-
The above copyright notice and this permission notice shall be included in all
70-
copies or substantial portions of the Software.
71-
72-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
73-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
74-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
75-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
76-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
77-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
78-
SOFTWARE.
79-
```
72+
[MIT License](https://raw.githubusercontent.com/jaid/commit-from-action/master/license.txt)
73+
Copyright © 2020, Jaid \<jaid.jsx@gmail.com> (https://github.com/jaid)

0 commit comments

Comments
 (0)