Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 928 Bytes

README.md

File metadata and controls

57 lines (33 loc) · 928 Bytes

$\textnormal{BaseShift}$

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


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


$\textnormal{System \ Design}$


System Design



$\textnormal{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