asch-cli icon indicating copy to clipboard operation
asch-cli copied to clipboard

template files not used

Open bassjobsen opened this issue 7 years ago • 0 comments

I found that the files in https://github.com/AschPlatform/asch-cli/tree/master/template are not used when running asch-cli. When you install a Dapp with asch-cli it downloads the .zip archive from the link provide in the dapp.json. Maybe there is an option to use the template which is not described in the docs now?

The templates files itself can be useful to setup a basic Dapp. Maybe we can put them in an other repo, like: https://github.com/bassjobsen/asch-test-dapp, which enable us to do:

  • git clone https://github.com/AschPlatform/asch-redeploy.git && cd asch-redeploy && yarn install && cd ..
  • git clone https://github.com/bassjobsen/asch-test-dapp.git && cd asch-test-dapp && ../asch-dedeploy/bin/asch-redeploy

bassjobsen avatar Jul 08 '18 17:07 bassjobsen