Skip to content

Commit c021464

Browse files
committed
fix: dist files, docs runner updates, docs
patch for verbose/verb-generate-readme#29 and verbose/verb-repo-helpers#4 fixes #63 Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 050fe02 commit c021464

File tree

43 files changed

+1320
-976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1320
-976
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CHANGELOG.md
22
README.md
33
*.d.ts
44
recipes
5+
verb-repo-helpers-patch.js
56

67
*.tsbuildinfo
78
.cache

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ __fixtures__
1515
*.cache
1616
*.js.snap
1717
*.log
18+
19+
verb-repo-helpers-patch.js

@tunnckocore/babel-preset/.verb.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!-- docks-start -->
2+
<!-- docks-end -->
23

3-
## API
44

5-
_Generated using [jest-runner-docs](https://npmjs.com/package/jest-runner-docs)._
65

7-
<!-- docks-end -->

@tunnckocore/babel-preset/README.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
Please consider following this project's author, [Charlike Mike Reagent](https://github.com/tunnckoCore), and :star: the project to show your :heart: and support.
66

7-
<div id="thetop"></div>
7+
<div id="readme"></div>
88

99
[![Code style][codestyle-img]][codestyle-url]
1010
[![CircleCI linux build][linuxbuild-img]][linuxbuild-url]
@@ -55,12 +55,11 @@ Project is [semantically](https://semver.org) versioned & automatically released
5555
## Table of Contents
5656

5757
- [Install](#install)
58-
- [API](#api)
5958
- [Contributing](#contributing)
60-
- [Guides and Community](#guides-and-community)
61-
- [Support the project](#support-the-project)
62-
- [OPEN Open Source](#open-open-source)
63-
- [Wonderful Contributors](#wonderful-contributors)
59+
* [Guides and Community](#guides-and-community)
60+
* [Support the project](#support-the-project)
61+
* [OPEN Open Source](#open-open-source)
62+
* [Wonderful Contributors](#wonderful-contributors)
6463
- [License](#license)
6564

6665
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
@@ -76,15 +75,9 @@ $ yarn add @tunnckocore/babel-preset
7675
```
7776

7877
<!-- docks-start -->
79-
80-
## API
81-
82-
_Generated using [jest-runner-docs](https://npmjs.com/package/jest-runner-docs)._
83-
/home/charlike/github/tunnckoCore/opensource/@tunnckocore/babel-preset/src/index.js
84-
8578
<!-- docks-end -->
8679

87-
**[back to top](#thetop)**
80+
**[back to top](#readme)**
8881

8982
## Contributing
9083

@@ -133,6 +126,8 @@ here](https://github.com/jfmengels/all-contributors-cli#usage).
133126

134127
Consider showing your [support](#support-the-project) to them. :sparkling_heart:
135128

129+
**[back to top](#readme)**
130+
136131
## License
137132

138133
Copyright (c) 2019-present, [Charlike Mike Reagent](https://tunnckocore.com) `<[email protected]>` & [contributors](#wonderful-contributors).<br>
@@ -145,6 +140,7 @@ Released under the [MPL-2.0 License][license-url].
145140

146141
[npmv-url]: https://www.npmjs.com/package/@tunnckocore/babel-preset
147142
[npmv-img]: https://badgen.net/npm/v/@tunnckocore/babel-preset?icon=npm
143+
148144
[nodejs-img]: https://badgen.net/npm/node/@tunnckocore/babel-preset
149145

150146
<!--
@@ -173,9 +169,11 @@ Released under the [MPL-2.0 License][license-url].
173169
[community-url]: https://github.com/tunnckocorehq/community
174170
[last-commit-img]: https://badgen.net/github/last-commit/tunnckoCore/opensource/master
175171
[last-commit-url]: https://github.com/tunnckoCore/opensource/commits/master
172+
176173
[downloads-weekly-img]: https://badgen.net/npm/dw/@tunnckocore/babel-preset?icon=npm
177174
[downloads-monthly-img]: https://badgen.net/npm/dm/@tunnckocore/babel-preset?icon=npm
178175
[downloads-total-img]: https://badgen.net/npm/dt/@tunnckocore/babel-preset?icon=npm
176+
179177
[renovateapp-url]: https://renovatebot.com
180178
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green
181179
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green
@@ -213,3 +211,4 @@ Released under the [MPL-2.0 License][license-url].
213211
[tunnckocore_security]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/security/tunnckocore?label&color=ed1848&icon=https://svgshare.com/i/Dt6.svg
214212
[tunnckocore_opensource]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/opensource/tunnckocore?label&color=ff7a2f&icon=https://svgshare.com/i/Dt6.svg
215213
[tunnckocore_newsletter]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/newsletter/tunnckocore?label&color=5199FF&icon=https://svgshare.com/i/Dt6.svg
214+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<!-- docks-start -->
2+
<!-- docks-end -->
3+
4+
5+
Lines changed: 214 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
# @tunnckocore/browserslist-config [![npm version][npmv-img]][npmv-url] [![License][license-img]][license-url]
2+
3+
> Shareable Browserslist config for all @tunnckoCore projects
4+
5+
Please consider following this project's author, [Charlike Mike Reagent](https://github.com/tunnckoCore), and :star: the project to show your :heart: and support.
6+
7+
<div id="readme"></div>
8+
9+
[![Code style][codestyle-img]][codestyle-url]
10+
[![CircleCI linux build][linuxbuild-img]][linuxbuild-url]
11+
[![CodeCov coverage status][codecoverage-img]][codecoverage-url]
12+
[![DavidDM dependency status][dependencies-img]][dependencies-url]
13+
[![Renovate App Status][renovateapp-img]][renovateapp-url]
14+
[![Time Since Last Commit][last-commit-img]][last-commit-url]
15+
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
16+
17+
<!-- [![Semantically Released][standard-release-img]][standard-release-url] -->
18+
19+
If you have any _how-to_ kind of questions, please read the [Contributing Guide][contributing-url] and [Code of Conduct][code_of_conduct-url] documents.
20+
For bugs reports and feature requests, [please create an issue][open-issue-url] or ping
21+
[@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
22+
23+
[![Conventional Commits][ccommits-img]][ccommits-url]
24+
[![Minimum Required Nodejs][nodejs-img]][npmv-url]
25+
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
26+
[![NPM Downloads Total][downloads-total-img]][npmv-url]
27+
[![Share Love Tweet][twitter-share-img]][twitter-share-url]
28+
[![Twitter][twitter-img]][twitter-url]
29+
30+
Project is [semantically](https://semver.org) versioned & automatically released from [GitHub Actions](https://github.com/features/actions) with [Lerna](https://github.com/lerna/lerna).
31+
32+
[![Become a Patron][patreon-img]][patreon-url]
33+
[![Buy me a Kofi][kofi-img]][kofi-url]
34+
[![PayPal Donation][paypal-img]][paypal-url]
35+
[![Bitcoin Coinbase][bitcoin-img]][bitcoin-url]
36+
[![Keybase PGP][keybase-img]][keybase-url]
37+
38+
| Topic | Contact |
39+
| :--------------------------------------------------------------- | ------------------------------------------------: |
40+
| Any legal or licensing questions, like private or commerical use | ![tunnckocore_legal][tunnckocore_legal] |
41+
| For any critical problems and security reports | ![tunnckocore_security][tunnckocore_security] |
42+
| Consulting, professional support, personal or team training | ![tunnckocore_consulting][tunnckocore_consulting] |
43+
| For any questions about Open Source, partnerships and sponsoring | ![tunnckocore_opensource][tunnckocore_opensource] |
44+
45+
<!-- Logo when needed:
46+
47+
<p align="center">
48+
<a href="https://github.com/tunnckoCore/opensource">
49+
<img src="./media/logo.png" width="85%">
50+
</a>
51+
</p>
52+
53+
-->
54+
55+
## Table of Contents
56+
57+
- [Install](#install)
58+
- [Contributing](#contributing)
59+
* [Guides and Community](#guides-and-community)
60+
* [Support the project](#support-the-project)
61+
* [OPEN Open Source](#open-open-source)
62+
* [Wonderful Contributors](#wonderful-contributors)
63+
- [License](#license)
64+
65+
_(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](https://github.com/jonschlinkert/markdown-toc))_
66+
67+
## Install
68+
69+
This project requires [**Node.js**](https://nodejs.org) **>=8.11** _(see [Support & Release Policy](https://github.com/tunnckoCoreLabs/support-release-policy))_. Install it using
70+
[**yarn**](https://yarnpkg.com) or [**npm**](https://npmjs.com).<br>
71+
_We highly recommend to use Yarn when you think to contribute to this project._
72+
73+
```bash
74+
$ yarn add @tunnckocore/browserslist-config
75+
```
76+
77+
<!-- docks-start -->
78+
<!-- docks-end -->
79+
80+
**[back to top](#readme)**
81+
82+
## Contributing
83+
84+
### Guides and Community
85+
86+
Please read the [Contributing Guide][contributing-url] and [Code of Conduct][code_of_conduct-url] documents for advices.
87+
88+
For bug reports and feature requests, please join our [community][community-url] forum and open a thread there with prefixing the title of the thread with the name of the project if there's no separate channel for it.
89+
90+
Consider reading the [Support and Release Policy](https://github.com/tunnckoCoreLabs/support-release-policy) guide if you are interested in what are the supported Node.js versions and how we proceed. In short, we support latest two even-numbered Node.js release lines.
91+
92+
### Support the project
93+
94+
[Become a Partner or Sponsor?][patreon-url] :dollar: Check the **Partner**, **Sponsor** or **Omega-level** tiers! :tada: You can get your company logo, link & name on this file. It's also rendered on package page in [npmjs.com][npmv-url] and [yarnpkg.com](https://yarnpkg.com/en/package/@tunnckocore/browserslist-config) sites too! :rocket:
95+
96+
Not financial support? Okey! [Pull requests](https://github.com/tunnckoCoreLabs/contributing#opening-a-pull-request), stars and all kind of [contributions](https://opensource.guide/how-to-contribute/#what-it-means-to-contribute) are always
97+
welcome. :sparkles:
98+
99+
<!--
100+
### OPEN Open Source
101+
102+
This project is following [OPEN Open Source](http://openopensource.org) model
103+
104+
> Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit. This project is built on collective efforts and it's not strongly guarded by its founders.
105+
106+
There are a few basic ground-rules for its contributors
107+
108+
1. Any **significant modifications** must be subject to a pull request to get feedback from other contributors.
109+
2. [Pull requests](https://github.com/tunnckoCoreLabs/contributing#opening-a-pull-request) to get feedback are _encouraged_ for any other trivial contributions, but are not required.
110+
3. Contributors should attempt to adhere to the prevailing code-style and development workflow.
111+
-->
112+
113+
### Wonderful Contributors
114+
115+
Thanks to the hard work of these wonderful people this project is alive! It follows the
116+
[all-contributors](https://github.com/kentcdodds/all-contributors) specification.
117+
Don't hesitate to add yourself to that list if you have made any contribution! ;) [See how,
118+
here](https://github.com/jfmengels/all-contributors-cli#usage).
119+
120+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
121+
<!-- prettier-ignore -->
122+
| [<img src="https://avatars3.githubusercontent.com/u/5038030?v=4" width="120px;"/><br /><sub><b>Charlike Mike Reagent</b></sub>](https://tunnckocore.com)<br />[💻](https://github.com/tunnckoCore/opensource/commits?author=tunnckoCore "Code") [📖](https://github.com/tunnckoCore/opensource/commits?author=tunnckoCore "Documentation") [💬](#question-tunnckoCore "Answering Questions") [👀](#review-tunnckoCore "Reviewed Pull Requests") [🔍](#fundingFinding-tunnckoCore "Funding Finding") |
123+
| :---: |
124+
125+
<!-- ALL-CONTRIBUTORS-LIST:END -->
126+
127+
Consider showing your [support](#support-the-project) to them. :sparkling_heart:
128+
129+
**[back to top](#readme)**
130+
131+
## License
132+
133+
Copyright (c) 2019-present, [Charlike Mike Reagent](https://tunnckocore.com) `<[email protected]>` & [contributors](#wonderful-contributors).<br>
134+
Released under the [MPL-2.0 License][license-url].
135+
136+
[contributing-url]: https://github.com/tunnckoCore/opensource/blob/master/CONTRIBUTING.md
137+
[code_of_conduct-url]: https://github.com/tunnckoCore/opensource/blob/master/CODE_OF_CONDUCT.md
138+
139+
<!-- Heading badges -->
140+
141+
[npmv-url]: https://www.npmjs.com/package/@tunnckocore/browserslist-config
142+
[npmv-img]: https://badgen.net/npm/v/@tunnckocore/browserslist-config?icon=npm
143+
144+
[nodejs-img]: https://badgen.net/npm/node/@tunnckocore/browserslist-config
145+
146+
<!--
147+
[ghrelease-url]: https://github.com/tunnckoCore/opensource/releases/latest
148+
[ghrelease-img]: https://badgen.net/github/release/tunnckoCore/opensource?icon=github
149+
-->
150+
151+
[license-url]: https://github.com/tunnckoCore/opensource/blob/master/@tunnckocore/browserslist-config/LICENSE
152+
[license-img]: https://badgen.net/npm/license/@tunnckocore/browserslist-config
153+
154+
<!-- Front line badges -->
155+
156+
[codestyle-url]: https://github.com/airbnb/javascript
157+
[codestyle-img]: https://badgen.net/badge/code%20style/airbnb/ff5a5f?icon=airbnb
158+
[linuxbuild-url]: https://github.com/tunnckocore/opensource/actions
159+
[linuxbuild-img]: https://badgen.net/github/status/tunnckoCore/opensource/master?label=build&icon=github
160+
[codecoverage-url]: https://codecov.io/gh/tunnckoCore/opensource
161+
[codecoverage-img]: https://badgen.net/codecov/c/github/tunnckoCore/opensource?icon=codecov
162+
[dependencies-url]: https://david-dm.org/tunnckoCore/opensource
163+
[dependencies-img]: https://badgen.net/david/dep/tunnckoCore/opensource?label=deps
164+
[ccommits-url]: https://conventionalcommits.org/
165+
[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/green
166+
[standard-release-url]: https://github.com/standard-release/standard-release
167+
[standard-release-img]: https://badgen.net/badge/semantically/released/05c5ff
168+
[community-img]: https://badgen.net/badge/join/community/7b16ff
169+
[community-url]: https://github.com/tunnckocorehq/community
170+
[last-commit-img]: https://badgen.net/github/last-commit/tunnckoCore/opensource/master
171+
[last-commit-url]: https://github.com/tunnckoCore/opensource/commits/master
172+
173+
[downloads-weekly-img]: https://badgen.net/npm/dw/@tunnckocore/browserslist-config?icon=npm
174+
[downloads-monthly-img]: https://badgen.net/npm/dm/@tunnckocore/browserslist-config?icon=npm
175+
[downloads-total-img]: https://badgen.net/npm/dt/@tunnckocore/browserslist-config?icon=npm
176+
177+
[renovateapp-url]: https://renovatebot.com
178+
[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green
179+
[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green
180+
[prs-welcome-url]: http://makeapullrequest.com
181+
182+
<!-- TODO: update icon -->
183+
184+
[paypal-url]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=HYJJEZNSGAPGC&source=url
185+
[paypal-img]: https://badgen.net/badge/PayPal/donate/003087?icon=https://simpleicons.now.sh/paypal/fff
186+
187+
<!-- TODO: update icon -->
188+
189+
[kofi-url]: https://ko-fi.com/tunnckoCore
190+
[kofi-img]: https://badgen.net/badge/Buy%20me/a%20coffee/29abe0c2?icon=https://rawcdn.githack.com/tunnckoCore/badgen-icons/f8264c6414e0bec449dd86f2241d50a9b89a1203/icons/kofi.svg
191+
192+
<!-- TODO: update icon -->
193+
194+
[bitcoin-url]: https://www.blockchain.com/btc/payment_request?address=3QNHKun1K1SUui1b4Z3KEGPPsWC1TgtnqA&message=Open+Source+Software&amount_local=10&currency=USD
195+
[bitcoin-img]: https://badgen.net/badge/Bitcoin%20tip/3QNHKun...b4Z3KEGPPsWC1TgtnqA/yellow?icon=https://simpleicons.now.sh/bitcoin/fff
196+
[keybase-url]: https://keybase.io/tunnckoCore
197+
[keybase-img]: https://badgen.net/keybase/pgp/tunnckoCore
198+
[twitter-url]: https://twitter.com/tunnckoCore
199+
[twitter-img]: https://badgen.net/twitter/follow/tunnckoCore?icon=twitter&color=1da1f2
200+
[patreon-url]: https://www.patreon.com/bePatron?u=5579781
201+
[patreon-img]: https://badgen.net/badge/Become/a%20patron/F96854?icon=patreon
202+
203+
<!-- [patreon-img]: https://badgen.net/badge/Patreon/tunnckoCore/F96854?icon=patreon -->
204+
205+
[patreon-sponsor-img]: https://badgen.net/badge/become/a%20sponsor/F96854?icon=patreon
206+
[twitter-share-url]: https://twitter.com/intent/tweet?text=https://github.com/tunnckoCore/opensource&via=tunnckoCore
207+
[twitter-share-img]: https://badgen.net/badge/twitter/share/1da1f2?icon=twitter
208+
[open-issue-url]: https://github.com/tunnckoCore/opensource/issues/new
209+
[tunnckocore_legal]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/legal/tunnckocore?label&color=A56016&icon=https://svgshare.com/i/Dt6.svg
210+
[tunnckocore_consulting]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/consulting/tunnckocore?label&color=07ba96&icon=https://svgshare.com/i/Dt6.svg
211+
[tunnckocore_security]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/security/tunnckocore?label&color=ed1848&icon=https://svgshare.com/i/Dt6.svg
212+
[tunnckocore_opensource]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/opensource/tunnckocore?label&color=ff7a2f&icon=https://svgshare.com/i/Dt6.svg
213+
[tunnckocore_newsletter]: https://badgen.net/https/liam-badge-daknys6gadky.runkit.sh/com/newsletter/tunnckocore?label&color=5199FF&icon=https://svgshare.com/i/Dt6.svg
214+
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<!-- docks-start -->
2+
<!-- docks-end -->
23

3-
## API
44

5-
_Generated using [jest-runner-docs](https://npmjs.com/package/jest-runner-docs)._
65

7-
<!-- docks-end -->

0 commit comments

Comments
 (0)