Skip to content

kentlouisetonino/baseshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Screenshot from 2024-05-03 19-59-07


  • A CLI tool that converts number system.
  • This will support binary, decimal, octal, and hexadecimal systems.


System Design


System Design



Local Development

  • Note: The root main.go is a symbolic link.
  • Run the app.
# Change permission for the run script.
sudo chmod +x run.sh

# Run the app.
./run.sh
  • Below are the installation commands.
# If app is already installed.
sudo snap refresh baseshift

# If app is not yet installed.
sudo snap install baseshift

# Remove the app using snap.
sudo snap remove baseshift

# Running the app.
baseshift