sum-up / 1.0.2 last updated 9 months ago created on Nov 29th 2014
Install
npm install --save sum-up
Clone
git clone git@github.com:shinnn/sum-up.git
dependencies
show all 9
| main |
|
chalk | 1.1.1 | MIT |
maintainers
versions
| 1.0.2 | 9 months ago | shinnn |
| 1.0.1 | a year ago | shinnn |
| 1.0.0 | a year ago | shinnn |
| 0.0.0 | a year ago | shinnn |
readme
sum-up
Summarize package information

It helps your CLI tool to display information with --help flag.
Installation
API
sumUp(options)
options: Object
Return: String
It joins the name, version, homepage and description of the object (all is optional) into a string colorized with ANSI escape code.
options.color
Type: Boolean
Default: true if the environment supports color, otherwise false
false omits all ANSI escape code from the string.
License
Copyright (c) 2014 - 2015 Shinnosuke Watanabe
Licensed under the MIT License.