0.0.3 • Published 5 years ago
convertebase v0.0.3
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.
1) Run the following command in the terminal
$ npm install -g convertebaseRunnig 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