convertebase
v0.0.3
Published
Convert intiger numbers to a given base
Downloads
1
Maintainers
Readme
convertebase
Convert intiger numbers to a given base
Pre-requisite
- node.js
Installation
You can install convertebase
either through npm
or by cloning the code from this GitHub repo. This README covers the installation steps with npm
.
- Run the following command in the terminal
$ npm install -g convertebase
Runnig the Cli-Tool
Run the following command to retrive an accsess token
Example
$ convertebase -n={ number } -i={ Base of the input number } -o={ base required to convert the number }
$ convertebase -n=150 -i=10 -o=2
Run apimtoken -h
for help
Development Guide
Clone or download the repository Run npm install to install all the required dependencies
Credits - oclif framework https://oclif.io