Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zyszys/num-conver
- Owner: ZYSzys
- License: mit
- Created: 2019-01-11T13:06:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T16:08:14.000Z (2 months ago)
- Last Synced: 2024-10-28T14:03:36.930Z (2 months ago)
- Topics: binary, cli, conversion, converter, decimal, number, numbers
- Language: JavaScript
- Size: 85 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)