Skip to content
/ uao Public

Unzip archive and open in IDEA IDE, like Josh Long ;)

License

Notifications You must be signed in to change notification settings

daggerok/uao

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uao

Unzip archive and open in IDEA IDE

install

mkdir ~/.bin
curl -sS https://raw.githubusercontent.com/daggerok/uao/master/uao > ~/.bin/uao
echo 'export PATH="$HOME/.bin:$PATH"' >> ~/.bash_profile # or ~/.bashrc # or ~/.zshrc
chmod +x ~/.bin/uao

or

git clone --depth=1 --no-single-branch git@github.com:daggerok/uao.git ~/.opt/uao
chmod +x ~/.opt/uao/uao # git update-index --chmod=+x ./uao
mkdir ~/.bin
ln -s `pwd`/.opt/uao/uao ~/.bin/uao
echo 'export PATH="$PATH:$HOME/.bin"' >> ~/.bash_profile # or ~/.bashrc # or ~/.zshrc

usage

  • make sure you have idea and unzip binaries installed on you macOS or Linux shell (click-click if you on windows:)
  • generate new project on https://start.spring.io/
  • open it like Josh Long :)
    uao ~/Downloads/demo.zip

example

# install spring boot:
brew tap spring-io/tap
brew reinstall spring-boot

# create spring-boot project demo.zip archive:
mkdir /tmp/123
cd /tmp/123
spring init

# test uao script:
uao ./demo.zip

Enjoy ;)

About

Unzip archive and open in IDEA IDE, like Josh Long ;)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages