Open b-ma opened 3 years ago
Add a dependency check with automatic install in the clean step, to simplify updates for regular users (cf. https://www.npmjs.com/package/check-dependencies)
Add an update script to hide git pull origin master behind npm run update. Probably making it work with master branch should be enough for most use-cases. Possible solutions:
git pull origin master
npm run update
@note: this probably require users to have a github account (maybe check that: https://superuser.com/questions/557903/clone-github-repository-without-account, will need a machine without git, github account nor SSH key to be tested)
START.command
START_DEV.command
Add a dependency check with automatic install in the clean step, to simplify updates for regular users (cf. https://www.npmjs.com/package/check-dependencies)
Add an update script to hide
git pull origin master
behindnpm run update
. Probably making it work with master branch should be enough for most use-cases. Possible solutions:START.command
andSTART_DEV.command
scripts