Description:
The sbt console are modified environment for sbt console.
Clone repository
cd ~
mkdir sbt_console
git clone https://github.com/adamhung12/SbtConsoleShell.git sbt_project
Setup environment
cd ~/sbt_console
mkdir sbt_console_config_home
# edit below config file to system
vim ~/.bash_profile
# append below code
x_sbt_console_config_home=~/sbt_console/sbt_console_config_home
export x_sbt_console_config_home
source ~/.bash_profile
Start sbt console
cd sbt_project
sbt console
Page:
Page:
Page:
Page: