The usage text generator for type-args.
npm install type-args-usagetype-args-usage
==============
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Test Coverage][cov-image]][cov-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![DevDependency Status][daviddm-image-dev]][daviddm-url-dev]
[![License][license-image]][license-url]
[![PR Welcome][pr-image]][pr-url]
Paired with type-args, type-args-usage is a usage message formatter for option data types defined by type-args.
This is inspired by command-line-usage.
Install this package with npm.
``bash``
npm i type-args-usage -s
MIT © [Zhang Kai Yu][license-url]
[npm-image]: https://img.shields.io/npm/v/type-args-usage.svg?style=flat-square&color=ff69b4&logo=react
[npm-url]: https://npmjs.org/package/type-args-usage
[travis-image]: https://img.shields.io/travis/zhangkaiyulw/type-usage.svg?style=flat-square&color=blue&logo=travis
[travis-url]: https://travis-ci.org/zhangkaiyulw/type-usage
[cov-image]: https://img.shields.io/codecov/c/github/zhangkaiyulw/type-usage/master.svg?style=flat-square&logo=codecov
[cov-url]: https://codecov.io/gh/zhangkaiyulw/type-usage
[daviddm-image]: https://img.shields.io/david/zhangkaiyulw/type-usage.svg?style=flat-square
[daviddm-url]: https://david-dm.org/zhangkaiyulw/type-usage
[daviddm-image-dev]: https://img.shields.io/david/dev/zhangkaiyulw/type-usage.svg?style=flat-square
[daviddm-url-dev]: https://david-dm.org/zhangkaiyulw/type-usage?type=dev
[license-image]: https://img.shields.io/github/license/zhangkaiyulw/type-usage.svg?style=flat-square
[license-url]: https://github.com/zhangkaiyulw/type-usage/blob/master/LICENSE
[pr-image]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[pr-url]: https://github.com/zhangkaiyulw/type-usage/blob/master/CONTRIBUTING.md