jacob-zuma
Version:
South African flavored no operation as a module
93 lines (80 loc) • 3.64 kB
Markdown
<h1 align="center">jacob-zuma</h1>
<div align="center">
<strong>🇿🇦 South African flavored no operation as a module</strong>
</div>
<br>
<div align="center">
<a href="https://npmjs.org/package/jacob-zuma">
<img src="https://img.shields.io/npm/v/jacob-zuma.svg?style=flat-square" alt="Package version" />
</a>
<a href="https://npmjs.org/package/jacob-zuma">
<img src="https://img.shields.io/npm/dm/jacob-zuma.svg?style=flat-square" alt="Downloads" />
</a>
<a href="https://github.com/feross/standard">
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square" alt="Standard" />
</a>
<a href="https://travis-ci.org/tiaanduplessis/jacob-zuma">
<img src="https://img.shields.io/travis/tiaanduplessis/jacob-zuma.svg?style=flat-square" alt="Travis Build" />
</a>
<a href="https://github.com/RichardLitt/standard-readme)">
<img src="https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square" alt="Standard Readme" />
</a>
<a href="https://badge.fury.io/gh/tiaanduplessis%2Fjacob-zuma">
<img src="https://badge.fury.io/gh/tiaanduplessis%2Fjacob-zuma.svg?style=flat-square" alt="GitHub version" />
</a>
<a href="https://dependencyci.com/github/tiaanduplessis/jacob-zuma">
<img src="https://dependencyci.com/github/tiaanduplessis/jacob-zuma/badge?style=flat-square" alt="Dependency CI" />
</a>
<a href="https://github.com/tiaanduplessis/jacob-zuma/blob/master/LICENSE">
<img src="https://img.shields.io/npm/l/jacob-zuma.svg?style=flat-square" alt="License" />
</a>
<a href="http://makeapullrequest.com">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" alt="PRs" />
</a>
<a href="https://www.paypal.me/tiaanduplessis/1">
<img src="https://img.shields.io/badge/$-support-green.svg?style=flat-square" alt="Donate" />
</a>
</div>
<br>
<div align="center">
<a href="https://github.com/tiaanduplessis/jacob-zuma/watchers">
<img src="https://img.shields.io/github/watchers/tiaanduplessis/jacob-zuma.svg?style=social" alt="Github Watch Badge" />
</a>
<a href="https://github.com/tiaanduplessis/jacob-zuma/stargazers">
<img src="https://img.shields.io/github/stars/tiaanduplessis/jacob-zuma.svg?style=social" alt="Github Star Badge" />
</a>
<a href="https://twitter.com/intent/tweet?text=Check%20out%20jacob-zuma!%20https://github.com/tiaanduplessis/jacob-zuma%20%F0%9F%91%8D">
<img src="https://img.shields.io/twitter/url/https/github.com/tiaanduplessis/jacob-zuma.svg?style=social" alt="Tweet" />
</a>
</div>
<br>
<div align="center">
Built with ❤︎ by <a href="tiaan.beer">Tiaan</a> and <a href="https://github.com/tiaanduplessis/jacob-zuma/graphs/contributors">contributors</a>
</div>
<h2>Table of Contents</h2>
<details>
<summary>Table of Contents</summary>
<li><a href="#about">About</a></li>
<li><a href="#install">Install</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#contribute">Contribute</a></li>
<li><a href="#license">License</a></li>
</details>
## About
Inspired by [noop2](https://github.com/yoshuawuyts/noop2). 100% guaranteed to do nothing.
## Install
```sh
$ npm install --save jacob-zuma
# OR
$ yarn add jacob-zuma
```
## Usage
```js
const jacobZuma = require('jacob-zuma')
jacobZuma() // Pure nothingness
```
## Contribute
Contributions are welcome. Please open up an issue or create PR if you would like to help out.
Note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
Licensed under the MIT License.