icerockdev / shaper

File structure generation tool from templates on Handlebars
Apache License 2.0
12 stars 8 forks source link

Setup script #9

Closed Alex009 closed 3 years ago

Alex009 commented 3 years ago

To simplify usage we should create setup shell script, where will be:

  1. download of precompiled shaper binary
  2. save binary at <home>/.shaper/bin
  3. create <home>/.shaper/config.yml with template directories from user input #8
  4. create executable shell script for simple run shaper.jar without java -jar pass. into <home>/.shaper/bin
  5. request user to add into PATH ENV path to <home>/.shaper/bin