standard-version-example

Build Status codecov NPM version

My transcendent module

Install

$ yarn add standard-version-example

Usage

const standardVersionExample = require('standard-version-example');

standardVersionExample('monkeys');
//=> 'monkeys & raccoons'

API

standardVersionExample(input, [options])

input

Type: string

Lorem ipsum.

options

Type: Object

foo

Type: boolean
Default: false

Lorem ipsum.

Contributing

  1. Fork it (https://github.com/george-aidonidis/standard-version-example/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

MIT © George Aidonidis