npm.io
1.2.20 • Published 6 years ago

io_format

Licence
MIT
Version
1.2.20
Deps
2
Size
36 kB
Vulns
0
Weekly
0

io_format npm

Build Status codecov CodeFactor Code size downloads license

Make string output easier to compare

User story

  • AS A "JavaScript developer"
  • I WANT TO "format results to allow easily comparison"
  • SO THAT I CAN "to find and fix bugs without an IDE debugger"
Project Dashboard

NPM JavaScript Style Guide

Build History

Releases: npm Build Status codecov downloads license

Quality: CodeFactor

Known Vulnerabilities dependencies Status

Development: open issues closed issues last commit Maintenance commit activity

Github: code size repo size Github releases HitCount

Version Notes:

  • 0.?.? - Module are still in development. Radical changes may happen. All successful tested commits are released.
  • 1.?.? - Module are in use and breaking changes can be expected. All successful tested commits are released.
  • 2.?.? - Only tagged versions released. Module is regarded stable and in production.
Install
npm

npm i io_format -s

yarn

yarn add io_format

Usage

Node
const _format = require('io_format')

(This README file was generated by https://github.com/perezlamed/lamed_readme)