|
1 |
| -# xaxa [![npm version][npmv-img]][npmv-url] [![github release][ghrelease-img]][ghrelease-url] [![License][license-img]][license-url] |
| 1 | +# {%= name %} [![npm version][npmv-img]][npmv-url] [![github release][ghrelease-img]][ghrelease-url] [![License][license-img]][license-url] [![Semantically Released][new-release-img]][new-release-url] |
2 | 2 |
|
3 | 3 | <p align="center">
|
4 | 4 | <a href="https://github.com/olstenlarck/xaxa">
|
|
9 | 9 |
|
10 | 10 | > :star2: Zero-config linting, powered by few amazing unicorns :unicorn:, [AirBnB](https://github.com/airbnb/javascript) :revolving_hearts: & [Prettier](https://prettier.io/) :tada:
|
11 | 11 |
|
| 12 | +<div id="thetop"></div> |
| 13 | + |
12 | 14 | [![XAXA code style][codestyle-img]][codestyle-url]
|
13 |
| -[![CircleCI linux build][linuxbuild-img]][linuxbuild-url] |
14 |
| -[![CodeCov coverage status][codecoverage-img]][codecoverage-url] |
15 |
| -[![DavidDM dependency status][dependencies-img]][dependencies-url] |
16 |
| -[![Renovate App Status][renovateapp-img]][renovateapp-url] |
17 |
| -[![Make A Pull Request][prs-welcome-img]][prs-welcome-url] |
| 15 | +[![CircleCI linux build][linuxbuild-img]][linuxbuild-url] |
| 16 | +[![CodeCov coverage status][codecoverage-img]][codecoverage-url] |
| 17 | +[![DavidDM dependency status][dependencies-img]][dependencies-url] |
| 18 | +[![Renovate App Status][renovateapp-img]][renovateapp-url] |
| 19 | +[![Make A Pull Request][prs-welcome-img]][prs-welcome-url] |
18 | 20 |
|
19 | 21 | If you have any _how-to_ kind of questions, please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents.
|
20 | 22 | For bugs reports and feature requests, [please create an issue][open-issue-url] or ping [@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
|
21 | 23 |
|
22 | 24 | [![Conventional Commits][ccommits-img]][ccommits-url]
|
23 |
| -[![PayPal Author Support][paypal-donate-img]][paypal-donate-url] |
24 |
| -[![Share Love Tweet][share-love-img]][share-love-url] |
25 |
| -[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url] |
26 |
| -[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url] |
27 |
| -[![NPM Downloads Total][downloads-total-img]][npmv-url] |
| 25 | +[![PayPal Author Support][paypal-donate-img]][paypal-donate-url] |
| 26 | +[![Share Love Tweet][shareb]][shareu] |
| 27 | +[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url] |
| 28 | +[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url] |
| 29 | +[![NPM Downloads Total][downloads-total-img]][npmv-url] |
| 30 | + |
| 31 | +Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) GitHub App. |
28 | 32 |
|
29 |
| -Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) Github App. |
30 | 33 |
|
31 | 34 | ## Table of Contents
|
32 | 35 | <!-- toc -->
|
33 | 36 |
|
34 | 37 | ## Install
|
35 |
| - |
36 |
| -This project requires [**Node.js**][nodeversion-url] **{%= engines.node %}**. Install it using [**yarn**](https://yarnpkg.com). |
| 38 | +This project requires [**Node.js**][nodeversion-url] **{%= engines.node %}**. Install it using [**yarn**](https://yarnpkg.com) or [**npm**](https://npmjs.com). |
| 39 | +_We highly recommend to use Yarn when you think to contribute to this project._ |
37 | 40 |
|
38 | 41 | ```bash
|
39 | 42 | $ yarn add {%= name %} --dev
|
40 | 43 |
|
41 | 44 | # or globally
|
42 | 45 | $ yarn global add {%= name %}
|
43 | 46 |
|
44 |
| -# and just run it |
| 47 | +# then just run |
45 | 48 | $ {%= name %}
|
46 | 49 | ```
|
47 | 50 |
|
48 | 51 | ## API
|
49 |
| -{%= apidocs('src/index.mjs') %} |
| 52 | +{%= apidocs('src/index.js') %} |
50 | 53 |
|
51 | 54 | **[back to top](#thetop)**
|
52 | 55 |
|
53 | 56 | {% if (verb.related && verb.related.list && verb.related.list.length) { %}
|
| 57 | + |
54 | 58 | ## Related Projects
|
55 |
| -Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance! |
56 |
| -{%= related(verb.related.list, { words: 12 }) %} |
| 59 | +Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance! |
| 60 | +{%= related(verb.related.list, { words: 11 }) %} |
57 | 61 |
|
58 | 62 | **[back to top](#thetop)**
|
59 | 63 | {% } %}
|
60 | 64 |
|
61 |
| - |
62 | 65 | ## Contributing
|
63 | 66 | Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./CODE_OF_CONDUCT.md) documents for advices.
|
64 | 67 | For bugs reports and feature requests, [please create an issue][open-issue-url] or ping [@tunnckoCore](https://twitter.com/tunnckoCore) at Twitter.
|
65 | 68 |
|
| 69 | +## Contributors |
| 70 | +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. |
| 71 | +[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. :star2: |
| 72 | + |
| 73 | +## Users |
| 74 | +You can see who uses `{%= name %}` in the [USERS.md](./USERS.md) file. Please feel free adding this file if it not exists. |
| 75 | +If you or your organization are using this project, consider adding yourself to the list of users. |
| 76 | +**Thank You!** :heart: |
| 77 | + |
66 | 78 | ## License
|
67 | 79 | Copyright (c) {%= licenseStart %}-present, [Charlike Mike Reagent][author-link] `<olsten.larck@gmail.com>`.
|
68 | 80 | Released under the [{%= license %} License][license-url].
|
69 | 81 |
|
70 |
| -*** |
| 82 | +--- |
71 | 83 |
|
72 |
| -{%= include('footer') %} |
| 84 | +{%= include('footer') %} |
73 | 85 |
|
74 | 86 | <!-- Heading badges -->
|
75 | 87 | [npmv-url]: https://www.npmjs.com/package/{%= name %}
|
76 |
| -[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg?label=npm%20version |
| 88 | +[npmv-img]: https://badgen.net/npm/v/{%= name %}?label=npm%20version |
77 | 89 |
|
78 | 90 | [ghrelease-url]: https://github.com/{%= repository %}/releases/latest
|
79 |
| -[ghrelease-img]: https://img.shields.io/github/release/{%= repository %}.svg?label=github%20release |
| 91 | +[ghrelease-img]: https://badgen.net/github/release/{%= repository %}?label=github%20release |
80 | 92 |
|
81 | 93 | [license-url]: https://github.com/{%= repository %}/blob/master/LICENSE
|
82 |
| -[license-img]: https://img.shields.io/badge/license-{%= license.replace('-', '%20') %}-blue.svg |
| 94 | +[license-img]: https://badgen.net/npm/license/{%= name %} |
83 | 95 |
|
84 | 96 | <!-- Front line badges -->
|
85 | 97 |
|
86 | 98 | [codestyle-url]: https://github.com/olstenlarck/xaxa
|
87 |
| -[codestyle-img]: https://img.shields.io/badge/code_style-xaxa-brightgreen.svg |
| 99 | +[codestyle-img]: https://badgen.net/badge/code%20style/xaxa/green |
88 | 100 |
|
89 | 101 | [linuxbuild-url]: https://circleci.com/gh/{%= repository %}/tree/master
|
90 |
| -[linuxbuild-img]: https://img.shields.io/circleci/project/github/{%= repository %}/master.svg |
| 102 | +[linuxbuild-img]: https://badgen.net/circleci/github/{%= repository %}/master |
91 | 103 |
|
92 | 104 | [codecoverage-url]: https://codecov.io/gh/{%= repository %}
|
93 |
| -[codecoverage-img]: https://img.shields.io/codecov/c/github/{%= repository %}/master.svg |
| 105 | +[codecoverage-img]: https://codecov.io/gh/{%= repository %}/branch/master/graph/badge.svg |
94 | 106 |
|
95 | 107 | [dependencies-url]: https://david-dm.org/{%= repository %}
|
96 |
| -[dependencies-img]: https://img.shields.io/david/{%= repository %}.svg |
| 108 | +[dependencies-img]: https://badgen.net/david/dep/{%= repository %} |
97 | 109 |
|
98 | 110 | [ccommits-url]: https://conventionalcommits.org/
|
99 |
| -[ccommits-img]: https://img.shields.io/badge/conventional_commits-1.0.0-yellow.svg |
| 111 | +[ccommits-img]: https://badgen.net/badge/conventional%20commits/v1.0.0/dfb317 |
100 | 112 |
|
101 | 113 | [new-release-url]: https://github.com/tunnckoCore/new-release
|
102 |
| -[new-release-img]: https://img.shields.io/badge/semantically-released-05C5FF.svg |
103 |
| - |
104 |
| -[downloads-weekly-img]: https://img.shields.io/npm/dw/{%= name %}.svg |
105 |
| -[downloads-monthly-img]: https://img.shields.io/npm/dm/{%= name %}.svg |
106 |
| -[downloads-total-img]: https://img.shields.io/npm/dt/{%= name %}.svg |
| 114 | +[new-release-img]: https://badgen.net/badge/semantically/released/05c5ff |
107 | 115 |
|
108 |
| -[nodeversion-url]: https://nodejs.org/en/download |
109 |
| -[nodeversion-img]: https://img.shields.io/node/v/{%= name %}.svg |
| 116 | +[downloads-weekly-img]: https://badgen.net/npm/dw/{%= name %} |
| 117 | +[downloads-monthly-img]: https://badgen.net/npm/dm/{%= name %} |
| 118 | +[downloads-total-img]: https://badgen.net/npm/dt/{%= name %} |
110 | 119 |
|
111 | 120 | [renovateapp-url]: https://renovatebot.com
|
112 |
| -[renovateapp-img]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg |
| 121 | +[renovateapp-img]: https://badgen.net/badge/renovate/enabled/green |
113 | 122 |
|
114 |
| -[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg |
| 123 | +[prs-welcome-img]: https://badgen.net/badge/PRs/welcome/green |
115 | 124 | [prs-welcome-url]: http://makeapullrequest.com
|
116 | 125 |
|
117 | 126 | [paypal-donate-url]: https://paypal.me/tunnckoCore/10
|
118 |
| -[paypal-donate-img]: https://img.shields.io/badge/$-support-f47721.svg |
| 127 | +[paypal-donate-img]: https://badgen.net/badge/$/support/purple |
119 | 128 |
|
120 |
| -[share-love-url]: https://twitter.com/intent/tweet?text=https://github.com/{%= repository %}&via=tunnckoCore |
121 |
| -[share-love-img]: https://img.shields.io/badge/twitter-share-1da1f2.svg |
| 129 | +[shareu]: https://twitter.com/intent/tweet?text=https://github.com/{%= repository %}&via=tunnckoCore |
| 130 | +[shareb]: https://badgen.net/badge/twitter/share/1da1f2 |
122 | 131 | [open-issue-url]: https://github.com/{%= repository %}/issues/new
|
123 |
| -[author-link]: https://i.am.charlike.online |
| 132 | +[author-link]: https://i.am.charlike.online |
0 commit comments