Skip to content

Latest commit

 

History

History
139 lines (99 loc) · 5.6 KB

.verb.md

File metadata and controls

139 lines (99 loc) · 5.6 KB

{%= name %} [![npm version][npmv-img]][npmv-url] [![github release][ghrelease-img]][ghrelease-url] [![License][license-img]][license-url]

{%= description %}

XAXA code style [![CircleCI linux build][linuxbuild-img]][linuxbuild-url] [![CodeCov coverage status][codecoverage-img]][codecoverage-url] [![DavidDM dependency status][dependencies-img]][dependencies-url] Renovate App Status Make A Pull Request Semantically Released

If you have any how-to kind of questions, please read the Contributing Guide and Code of Conduct documents.
For bugs reports and feature requests, [please create an issue][open-issue-url] or ping @tunnckoCore at Twitter.

Conventional Commits Become a Patron [![Share Love Tweet][shareb]][shareu] [![NPM Downloads Weekly][downloads-weekly-img]][npmv-url] [![NPM Downloads Monthly][downloads-monthly-img]][npmv-url] [![NPM Downloads Total][downloads-total-img]][npmv-url]

Project is semantically & automatically released on [CircleCI][codecoverage-url] with [new-release][] and its New Release GitHub App.

Table of Contents

Install

This project requires Node.js {%= engines.node %}. Install it using yarn or npm.
We highly recommend to use Yarn when you think to contribute to this project.

$ yarn add {%= name %}

Usage

Include it to your Babel config as follows

{
  "presets": ["esmc"]
}

back to top

{% if (verb.related && verb.related.list && verb.related.list.length) { %}

Related Projects

Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance! {%= related(verb.related.list, { words: 11 }) %}

back to top {% } %}

Contributing

Please read the Contributing Guide and Code of Conduct documents for advices.
For bugs reports and feature requests, [please create an issue][open-issue-url] or ping @tunnckoCore at Twitter.

Contributors

Thanks to the hard work of these wonderful people this project is alive and it also follows the all-contributors specification.
Pull requests, stars and all kind of contributions are always welcome. 🌠

Users

You can see who uses {%= name %} in the USERS.md file. Please feel free adding this file if it not exists.
If you or your organization are using this project, consider adding yourself to the list of users.
Thank You! ❤️

License

Copyright (c) {%= licenseStart %}-present, [Charlike Mike Reagent][author-link] <olsten.larck@gmail.com>.
Released under the [{%= license %} License][license-url].


{%= include('footer') %}

[npmv-url]: https://www.npmjs.com/package/{%= name %} [npmv-img]: https://badgen.net/npm/v/{%= name %}?icon=npm

[ghrelease-url]: https://github.com/{%= repository %}/releases/latest [ghrelease-img]: https://badgen.net/github/release/{%= repository %}?icon=github

[license-url]: https://github.com/{%= repository %}/blob/master/LICENSE [license-img]: https://badgen.net/npm/license/{%= name %}

[linuxbuild-url]: https://circleci.com/gh/{%= repository %}/tree/master [linuxbuild-img]: https://badgen.net/circleci/github/{%= repository %}/master?label=build&icon=circleci

[codecoverage-url]: https://codecov.io/gh/{%= repository %} [codecoverage-img]: https://badgen.net/codecov/c/gh/{%= repository %}

[dependencies-url]: https://david-dm.org/{%= repository %} [dependencies-img]: https://badgen.net/david/dep/{%= repository %}

[downloads-weekly-img]: https://badgen.net/npm/dw/{%= name %} [downloads-monthly-img]: https://badgen.net/npm/dm/{%= name %} [downloads-total-img]: https://badgen.net/npm/dt/{%= name %}

[shareu]: https://twitter.com/intent/tweet?text=https://github.com/{%= repository %}&via=tunnckoCore [shareb]: https://badgen.net/badge/twitter/share/1da1f2 [open-issue-url]: https://github.com/{%= repository %}/issues/new [author-link]: https://tunnckocore.com