Skip to content

Commit d08b7ab

Browse files
author
Charlike Mike Reagent
committed
fix: update links
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 4ac85a8 commit d08b7ab

File tree

3 files changed

+90
-62
lines changed

3 files changed

+90
-62
lines changed

.verb.md

+45-32
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,36 @@ _You might also be interested in [{%= verb.related.highlight %}][highlighted-lin
1010

1111
## Quality Assurance :100:
1212

13-
[![bitHound Code][bithound-code-img]][bithound-code-url]
14-
[![Code Style Standard][standard-img]][standard-url]
15-
[![Linux Build][circleci-img]][circleci-url]
16-
[![Code Coverage][codecov-img]][codecov-url]
17-
[![bitHound Score][bithound-score-img]][bithound-score-url]
18-
[![bitHound Deps][bithound-deps-img]][bithound-deps-url]
19-
[![Dependencies Status][dependencies-img]][dependencies-url]
13+
[![bitHound Code][bithound-code-img]][bithound-code-url]
14+
[![Code Style Standard][standard-img]][standard-url]
15+
[![Linux Build][circleci-img]][circleci-url]
16+
[![Code Coverage][codecov-img]][codecov-url]
17+
[![bitHound Score][bithound-score-img]][bithound-score-url]
18+
[![bitHound Deps][bithound-deps-img]][bithound-deps-url]
19+
[![Dependencies Status][dependencies-img]][dependencies-url]
2020

2121
If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **ping me on [twitter](https://twitter.com/tunnckoCore)** or [open an issue][open-issue-url].
22-
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.
22+
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.
2323

24-
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
25-
[![Code Format Prettier][prettier-img]][prettier-url]
26-
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
27-
[![Conventional Commits][ccommits-img]][ccommits-url]
28-
[![Semantically Released][new-release-img]][new-release-url]
29-
[![Renovate App Status][renovate-img]][renovate-url]
24+
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
25+
[![Code Format Prettier][prettier-img]][prettier-url]
26+
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
27+
[![Conventional Commits][ccommits-img]][ccommits-url]
28+
[![Semantically Released][new-release-img]][new-release-url]
29+
[![Renovate App Status][renovate-img]][renovate-url]
3030

3131
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecov-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) Github Bot.
3232

33-
[![All Contributors Spec][all-contributors-img]](#contributors)
34-
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
35-
[![Give thanks][give-donate-img]][give-donate-url]
36-
[![Share Love Tweet][share-love-img]][share-love-url]
37-
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
38-
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
39-
[![NPM Downloads Total][downloads-total-img]][npmv-url]
33+
[![All Contributors Spec][all-contributors-img]](#contributors)
34+
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
35+
[![Give thanks][give-donate-img]][give-donate-url]
36+
[![Share Love Tweet][share-love-img]][share-love-url]
37+
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
38+
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
39+
[![NPM Downloads Total][downloads-total-img]][npmv-url]
4040

4141
## Table of Contents
42+
4243
<!-- toc -->
4344

4445
## Install
@@ -48,53 +49,61 @@ This project requires [**Node.js**][nodeversion-url] **v{%= engines.node.slice(2
4849
```
4950
$ yarn add {%= name %} --dev
5051
```
52+
5153
<!--
5254
A browser usage is also possible, thanks to the [unpkg.com](https://unpkg.com) CDN and [Rollup](https://ghub.now.sh/rollup) bundler.
5355
See available bundles at [`https://unpkg.com/{%= name %}/dist/browser/`](https://unpkg.com/{%= name %}/dist/browser/).
5456
5557
> _**Note:** May not work in the browser if some of the [Node.js builtin modules](https://github.com/juliangruber/builtins/blob/master/builtins.json) are used here._
5658
-->
57-
59+
5860
## API
61+
5962
Review carefully the provided examples and the working [tests](./test).
6063

6164
{%= apidocs('src/index.js') %}
6265

6366
**[back to top](#thetop)**
6467

6568
{% if (verb.related && verb.related.list && verb.related.list.length) { %}
69+
6670
## Related Projects
67-
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
71+
72+
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
6873
{%= related(verb.related.list, { words: 12 }) %}
6974
{% } %}
7075

7176
**[back to top](#thetop)**
7277

7378
## Contributing
79+
7480
Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents for advices.
7581
For bugs reports and feature requests, [please create an issue][open-issue-url].
76-
82+
7783
## Contributors
84+
7885
Thanks to the hard work of [these wonderful people](./CONTRIBUTORS.md) this project is alive and it also follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
7986
[Pull requests](https://github.com/tunnckoCore/contributing#opening-a-pull-request), stars and all kind of [contributions](https://opensource.guide/how-to-contribute/#what-it-means-to-contribute) are always welcome.
8087

8188
## Users
89+
8290
You can see who uses `{%= name %}` in the [USERS.md](./USERS.md) file. Please feel free adding this file if it not exists.
8391
If you or your organization are using this project, consider adding yourself to the list of users. **Thank You!**
8492

8593
## License
94+
8695
Copyright (c) {%= licenseStart %}-present, [Charlike Mike Reagent][author-link] `<[email protected]>`.
8796
Released under the [{%= license %} License][license-url].
8897

89-
***
98+
---
9099

91100
{%= include('footer') %}
92101
_Project automation and management with [hela][] task framework._
93102

94103
{%= reflinks(verb.reflinks) %}
95104

96-
97105
<!-- Heading badges -->
106+
98107
[npmv-url]: https://www.npmjs.com/package/{%= name %}
99108
[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg?label=npm%20version
100109

@@ -103,9 +112,11 @@ _Project automation and management with [hela][] task framework._
103112

104113
[license-url]: https://github.com/{%= repository %}/blob/master/LICENSE
105114
[license-img]: https://img.shields.io/badge/license-{%= license.replace('-', '%20') %}-blue.svg
115+
106116
<!-- [license-img]: https://img.shields.io/badge/license-tunnckoCore_1%2E0-blue.svg -->
107117

108118
<!-- Front line badges -->
119+
109120
[bithound-score-url]: https://www.bithound.io/github/{%= repository %}
110121
[bithound-score-img]: https://www.bithound.io/github/{%= repository %}/badges/score.svg
111122

@@ -128,51 +139,53 @@ _Project automation and management with [hela][] task framework._
128139
[dependencies-img]: https://img.shields.io/david/{%= repository %}.svg
129140

130141
<!-- Second front of badges -->
142+
131143
[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
132144
[prs-welcome-url]: http://makeapullrequest.com
133-
134145
[prettier-url]: https://github.com/prettier/prettier
135146
[prettier-img]: https://img.shields.io/badge/styled_with-prettier-f952a5.svg
136147

137148
[nodesecurity-url]: https://nodesecurity.io/orgs/tunnckocore/projects/{%= nspId %}/master
138149
[nodesecurity-img]: https://nodesecurity.io/orgs/tunnckocore/projects/{%= nspId %}/badge
150+
139151
<!-- the original color of nsp:
140152
[nodesec-img]: https://img.shields.io/badge/nsp-no_known_vulns-35a9e0.svg -->
141153

142154
[ccommits-url]: https://conventionalcommits.org/
143155
[ccommits-img]: https://img.shields.io/badge/conventional_commits-1.0.0-yellow.svg
144-
145156
[new-release-url]: https://github.com/tunnckoCore/new-release
146157
[new-release-img]: https://img.shields.io/badge/semantically-released-05C5FF.svg
147-
148158
[nodeversion-url]: https://nodejs.org/en/download
159+
149160
[nodeversion-img]: https://img.shields.io/node/v/{%= name %}.svg
150161

151162
[renovate-url]: https://renovateapp.com
152163
[renovate-img]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
153164

154-
155165
<!-- Third badges line (After CodeSponsor.io ad) -->
166+
156167
[all-contributors-img]: https://img.shields.io/github/contributors/{%= repository %}.svg?label=all%20contributors&colorB=ffa500
157168

158169
[tinyletter-url]: https://tinyletter.com/tunnckoCore
159170
[tinyletter-img]: https://img.shields.io/badge/join-newsletter-9caaf8.svg
171+
160172
<!--
161173
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
162174
[paypal-donate-img]: https://img.shields.io/badge/$-support-f47721.svg
163175
-->
176+
164177
[give-donate-url]: https://paypal.me/tunnckoCore/10
165178
[give-donate-img]: https://img.shields.io/badge/give-donation-f47721.svg
166179

167180
[downloads-weekly-img]: https://img.shields.io/npm/dw/{%= name %}.svg
168181
[downloads-monthly-img]: https://img.shields.io/npm/dm/{%= name %}.svg
169182
[downloads-total-img]: https://img.shields.io/npm/dt/{%= name %}.svg
170183

171-
172184
<!-- Miscellaneous -->
185+
173186
[share-love-url]: https://twitter.com/intent/tweet?text={%= encodeURI(homepage) %}&via=tunnckoCore
174187
[share-love-img]: https://img.shields.io/badge/tweet-about-1da1f2.svg
175188

176189
[open-issue-url]: https://github.com/{%= repository %}/issues/new
177190
[highlighted-link]: https://ghub.now.sh/{%= verb.related.highlight %}
178-
[author-link]: www.tunnckocore.com
191+
[author-link]: http://tunnckocore.com

README.md

+44-29
Original file line numberDiff line numberDiff line change
@@ -8,35 +8,36 @@ _You might also be interested in [prompts][highlighted-link] or in the other [re
88

99
## Quality Assurance :100:
1010

11-
[![bitHound Code][bithound-code-img]][bithound-code-url]
12-
[![Code Style Standard][standard-img]][standard-url]
13-
[![Linux Build][circleci-img]][circleci-url]
14-
[![Code Coverage][codecov-img]][codecov-url]
15-
[![bitHound Score][bithound-score-img]][bithound-score-url]
16-
[![bitHound Deps][bithound-deps-img]][bithound-deps-url]
17-
[![Dependencies Status][dependencies-img]][dependencies-url]
11+
[![bitHound Code][bithound-code-img]][bithound-code-url]
12+
[![Code Style Standard][standard-img]][standard-url]
13+
[![Linux Build][circleci-img]][circleci-url]
14+
[![Code Coverage][codecov-img]][codecov-url]
15+
[![bitHound Score][bithound-score-img]][bithound-score-url]
16+
[![bitHound Deps][bithound-deps-img]][bithound-deps-url]
17+
[![Dependencies Status][dependencies-img]][dependencies-url]
1818

1919
If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **ping me on [twitter](https://twitter.com/tunnckoCore)** or [open an issue][open-issue-url].
20-
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.
20+
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.
2121

22-
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
23-
[![Code Format Prettier][prettier-img]][prettier-url]
24-
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
25-
[![Conventional Commits][ccommits-img]][ccommits-url]
26-
[![Semantically Released][new-release-img]][new-release-url]
27-
[![Renovate App Status][renovate-img]][renovate-url]
22+
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
23+
[![Code Format Prettier][prettier-img]][prettier-url]
24+
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
25+
[![Conventional Commits][ccommits-img]][ccommits-url]
26+
[![Semantically Released][new-release-img]][new-release-url]
27+
[![Renovate App Status][renovate-img]][renovate-url]
2828

2929
Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecov-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) Github Bot.
3030

31-
[![All Contributors Spec][all-contributors-img]](#contributors)
32-
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
33-
[![Give thanks][give-donate-img]][give-donate-url]
34-
[![Share Love Tweet][share-love-img]][share-love-url]
35-
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
36-
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
37-
[![NPM Downloads Total][downloads-total-img]][npmv-url]
31+
[![All Contributors Spec][all-contributors-img]](#contributors)
32+
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
33+
[![Give thanks][give-donate-img]][give-donate-url]
34+
[![Share Love Tweet][share-love-img]][share-love-url]
35+
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
36+
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
37+
[![NPM Downloads Total][downloads-total-img]][npmv-url]
3838

3939
## Table of Contents
40+
4041
- [Install](#install)
4142
- [API](#api)
4243
- [Related Projects](#related-projects)
@@ -52,43 +53,50 @@ This project requires [**Node.js**][nodeversion-url] **v8.6** or above. Install
5253
```
5354
$ yarn add gitcommit --dev
5455
```
56+
5557
<!--
5658
A browser usage is also possible, thanks to the [unpkg.com](https://unpkg.com) CDN and [Rollup](https://ghub.now.sh/rollup) bundler.
5759
See available bundles at [`https://unpkg.com/gitcommit/dist/browser/`](https://unpkg.com/gitcommit/dist/browser/).
5860
5961
> _**Note:** May not work in the browser if some of the [Node.js builtin modules](https://github.com/juliangruber/builtins/blob/master/builtins.json) are used here._
6062
-->
61-
63+
6264
## API
65+
6366
Review carefully the provided examples and the working [tests](./test).
6467

6568
**[back to top](#thetop)**
6669

6770
## Related Projects
68-
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
71+
72+
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!
6973
- [hela-config-tunnckocore](https://www.npmjs.com/package/hela-config-tunnckocore): Shareable Config (preset of tasks) for [hela][] task runner | [homepage](https://github.com/tunnckoCore/hela-config-tunnckocore "Shareable Config (preset of tasks) for [hela][] task runner")
7074
- [new-release](https://www.npmjs.com/package/new-release): A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing more… [more](https://github.com/tunnckoCore/new-release#readme) | [homepage](https://github.com/tunnckoCore/new-release#readme "A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing more. For creating GitHub releases use the Semantic Release GitHub App")
7175
- [try-catch-core](https://www.npmjs.com/package/try-catch-core): Low-level package to handle completion and errors of sync or asynchronous functions… [more](https://github.com/hybridables/try-catch-core#readme) | [homepage](https://github.com/hybridables/try-catch-core#readme "Low-level package to handle completion and errors of sync or asynchronous functions, using [once][] and [dezalgo][] libs. Useful for and used in higher-level libs such as [always-done][] to handle completion of anything.")
7276

7377
**[back to top](#thetop)**
7478

7579
## Contributing
80+
7681
Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents for advices.
7782
For bugs reports and feature requests, [please create an issue][open-issue-url].
78-
83+
7984
## Contributors
85+
8086
Thanks to the hard work of [these wonderful people](./CONTRIBUTORS.md) this project is alive and it also follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification.
8187
[Pull requests](https://github.com/tunnckoCore/contributing#opening-a-pull-request), stars and all kind of [contributions](https://opensource.guide/how-to-contribute/#what-it-means-to-contribute) are always welcome.
8288

8389
## Users
90+
8491
You can see who uses `gitcommit` in the [USERS.md](./USERS.md) file. Please feel free adding this file if it not exists.
8592
If you or your organization are using this project, consider adding yourself to the list of users. **Thank You!**
8693

8794
## License
95+
8896
Copyright (c) 2018-present, [Charlike Mike Reagent][author-link] `<[email protected]>`.
8997
Released under the [Apache-2.0 License][license-url].
9098

91-
***
99+
---
92100

93101
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 07, 2018._
94102
_Project automation and management with [hela][] task framework._
@@ -101,6 +109,7 @@ _Project automation and management with [hela][] task framework._
101109
[semantic-release]: https://github.com/semantic-release/semantic-release
102110

103111
<!-- Heading badges -->
112+
104113
[npmv-url]: https://www.npmjs.com/package/gitcommit
105114
[npmv-img]: https://img.shields.io/npm/v/gitcommit.svg?label=npm%20version
106115

@@ -109,9 +118,11 @@ _Project automation and management with [hela][] task framework._
109118

110119
[license-url]: https://github.com/tunnckoCore/gitcommit/blob/master/LICENSE
111120
[license-img]: https://img.shields.io/badge/license-Apache%202.0-blue.svg
121+
112122
<!-- [license-img]: https://img.shields.io/badge/license-tunnckoCore_1%2E0-blue.svg -->
113123

114124
<!-- Front line badges -->
125+
115126
[bithound-score-url]: https://www.bithound.io/github/tunnckoCore/gitcommit
116127
[bithound-score-img]: https://www.bithound.io/github/tunnckoCore/gitcommit/badges/score.svg
117128

@@ -134,38 +145,41 @@ _Project automation and management with [hela][] task framework._
134145
[dependencies-img]: https://img.shields.io/david/tunnckoCore/gitcommit.svg
135146

136147
<!-- Second front of badges -->
148+
137149
[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
138150
[prs-welcome-url]: http://makeapullrequest.com
139-
140151
[prettier-url]: https://github.com/prettier/prettier
141152
[prettier-img]: https://img.shields.io/badge/styled_with-prettier-f952a5.svg
142153

143154
[nodesecurity-url]: https://nodesecurity.io/orgs/tunnckocore/projects/a3213fd4-9f9a-46a1-a472-055c49331b92/master
144155
[nodesecurity-img]: https://nodesecurity.io/orgs/tunnckocore/projects/a3213fd4-9f9a-46a1-a472-055c49331b92/badge
156+
145157
<!-- the original color of nsp:
146158
[nodesec-img]: https://img.shields.io/badge/nsp-no_known_vulns-35a9e0.svg -->
147159

148160
[ccommits-url]: https://conventionalcommits.org/
149161
[ccommits-img]: https://img.shields.io/badge/conventional_commits-1.0.0-yellow.svg
150-
151162
[new-release-url]: https://github.com/tunnckoCore/new-release
152163
[new-release-img]: https://img.shields.io/badge/semantically-released-05C5FF.svg
153-
154164
[nodeversion-url]: https://nodejs.org/en/download
165+
155166
[nodeversion-img]: https://img.shields.io/node/v/gitcommit.svg
156167

157168
[renovate-url]: https://renovateapp.com
158169
[renovate-img]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg
159170

160171
<!-- Third badges line (After CodeSponsor.io ad) -->
172+
161173
[all-contributors-img]: https://img.shields.io/github/contributors/tunnckoCore/gitcommit.svg?label=all%20contributors&colorB=ffa500
162174

163175
[tinyletter-url]: https://tinyletter.com/tunnckoCore
164176
[tinyletter-img]: https://img.shields.io/badge/join-newsletter-9caaf8.svg
177+
165178
<!--
166179
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
167180
[paypal-donate-img]: https://img.shields.io/badge/$-support-f47721.svg
168181
-->
182+
169183
[give-donate-url]: https://paypal.me/tunnckoCore/10
170184
[give-donate-img]: https://img.shields.io/badge/give-donation-f47721.svg
171185

@@ -174,10 +188,11 @@ _Project automation and management with [hela][] task framework._
174188
[downloads-total-img]: https://img.shields.io/npm/dt/gitcommit.svg
175189

176190
<!-- Miscellaneous -->
191+
177192
[share-love-url]: https://twitter.com/intent/tweet?text=https://github.com/Charlike%20Mike%20Reagent/gitcommit&via=tunnckoCore
178193
[share-love-img]: https://img.shields.io/badge/tweet-about-1da1f2.svg
179194

180195
[open-issue-url]: https://github.com/tunnckoCore/gitcommit/issues/new
181196
[highlighted-link]: https://ghub.now.sh/prompts
182-
[author-link]: www.tunnckocore.com
197+
[author-link]: http://tunnckocore.com
183198

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"version": "0.0.0-semantically-released",
6060
"repository": "tunnckoCore/gitcommit",
6161
"homepage": "https://github.com/Charlike Mike Reagent/gitcommit",
62-
"author": "Charlike Mike Reagent (www.tunnckocore.com)",
62+
"author": "Charlike Mike Reagent (http://tunnckocore.com)",
6363
"cdn": "./dist/index.umd.js",
6464
"main": "./src/index.js",
6565
"verb": {

0 commit comments

Comments
 (0)