Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zyszys/num-conver

Simple number conversion.
https://github.com/zyszys/num-conver

binary cli conversion converter decimal number numbers

Last synced: about 2 months ago
JSON representation

Simple number conversion.

Awesome Lists containing this project

README

        

# num-conver

[![Build Status](https://travis-ci.com/ZYSzys/num-conver.svg?branch=master)](https://travis-ci.com/ZYSzys/num-conver)
[![codecov](https://codecov.io/gh/ZYSzys/num-conver/badge.svg?branch=master)](https://codecov.io/gh/ZYSzys/num-conver?branch=master)
[![NPM version](https://img.shields.io/npm/v/num-conver.svg?style=flat)](https://npmjs.com/package/num-conver)
[![NPM downloads](https://img.shields.io/npm/dm/num-conver.svg?style=flat)](https://npmjs.com/package/num-conver)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat)](https://github.com/prettier/prettier)
[![license](https://img.shields.io/github/license/ZYSzys/num-conver.svg)](https://github.com/ZYSzys/num-conver/blob/master/LICENSE)

> Simple number conversion.

![](/screenshot.png)

## Install

```
$ npm install --global num-conver
```

## Usage
```
$ num-conver
num-conver ~ 0.0.3
Number conver tools in command line
$ num-conver 10
$ num-conver 101 1000
```

## License

MIT © [ZYSzys](http://zyszys.github.io)