You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
23
23
24
-
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
25
-
[![Code Format Prettier][prettier-img]][prettier-url]
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.
@@ -48,53 +49,61 @@ This project requires [**Node.js**][nodeversion-url] **v{%= engines.node.slice(2
48
49
```
49
50
$ yarn add {%= name %} --dev
50
51
```
52
+
51
53
<!--
52
54
A browser usage is also possible, thanks to the [unpkg.com](https://unpkg.com) CDN and [Rollup](https://ghub.now.sh/rollup) bundler.
53
55
See available bundles at [`https://unpkg.com/{%= name %}/dist/browser/`](https://unpkg.com/{%= name %}/dist/browser/).
54
56
55
57
> _**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._
56
58
-->
57
-
59
+
58
60
## API
61
+
59
62
Review carefully the provided examples and the working [tests](./test).
60
63
61
64
{%= apidocs('src/index.js') %}
62
65
63
66
**[back to top](#thetop)**
64
67
65
68
{% if (verb.related && verb.related.list && verb.related.list.length) { %}
69
+
66
70
## 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!
68
73
{%= related(verb.related.list, { words: 12 }) %}
69
74
{% } %}
70
75
71
76
**[back to top](#thetop)**
72
77
73
78
## Contributing
79
+
74
80
Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents for advices.
75
81
For bugs reports and feature requests, [please create an issue][open-issue-url].
76
-
82
+
77
83
## Contributors
84
+
78
85
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.
79
86
[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.
80
87
81
88
## Users
89
+
82
90
You can see who uses `{%= name %}` in the [USERS.md](./USERS.md) file. Please feel free adding this file if it not exists.
83
91
If you or your organization are using this project, consider adding yourself to the list of users. **Thank You!**
84
92
85
93
## License
94
+
86
95
Copyright (c) {%= licenseStart %}-present, [Charlike Mike Reagent][author-link]`<[email protected]>`.
87
96
Released under the [{%= license %} License][license-url].
88
97
89
-
***
98
+
---
90
99
91
100
{%= include('footer') %}
92
101
_Project automation and management with [hela][] task framework._
93
102
94
103
{%= reflinks(verb.reflinks) %}
95
104
96
-
97
105
<!-- Heading badges -->
106
+
98
107
[npmv-url]: https://www.npmjs.com/package/{%= name %}
99
108
[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg?label=npm%20version
100
109
@@ -103,9 +112,11 @@ _Project automation and management with [hela][] task framework._
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.
21
21
22
-
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
23
-
[![Code Format Prettier][prettier-img]][prettier-url]
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.
@@ -52,43 +53,50 @@ This project requires [**Node.js**][nodeversion-url] **v8.6** or above. Install
52
53
```
53
54
$ yarn add gitcommit --dev
54
55
```
56
+
55
57
<!--
56
58
A browser usage is also possible, thanks to the [unpkg.com](https://unpkg.com) CDN and [Rollup](https://ghub.now.sh/rollup) bundler.
57
59
See available bundles at [`https://unpkg.com/gitcommit/dist/browser/`](https://unpkg.com/gitcommit/dist/browser/).
58
60
59
61
> _**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._
60
62
-->
61
-
63
+
62
64
## API
65
+
63
66
Review carefully the provided examples and the working [tests](./test).
64
67
65
68
**[back to top](#thetop)**
66
69
67
70
## 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!
69
73
-[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")
70
74
-[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")
71
75
-[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.")
72
76
73
77
**[back to top](#thetop)**
74
78
75
79
## Contributing
80
+
76
81
Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents for advices.
77
82
For bugs reports and feature requests, [please create an issue][open-issue-url].
78
-
83
+
79
84
## Contributors
85
+
80
86
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.
81
87
[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.
82
88
83
89
## Users
90
+
84
91
You can see who uses `gitcommit` in the [USERS.md](./USERS.md) file. Please feel free adding this file if it not exists.
85
92
If you or your organization are using this project, consider adding yourself to the list of users. **Thank You!**
86
93
87
94
## License
95
+
88
96
Copyright (c) 2018-present, [Charlike Mike Reagent][author-link]`<[email protected]>`.
89
97
Released under the [Apache-2.0 License][license-url].
90
98
91
-
***
99
+
---
92
100
93
101
_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on March 07, 2018._
94
102
_Project automation and management with [hela][] task framework._
@@ -101,6 +109,7 @@ _Project automation and management with [hela][] task framework._
0 commit comments