0.0.3 • Published 4 years ago

convertebase v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

convertebase

Convert intiger numbers to a given base

oclif Version Downloads/week License

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 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