npm install aura-util``bash`
$ npm i aura-util [-g]
The recommended use of aura-util is putting all aura microservice bundles into one big repo creating a structure like:
E.g.:
`bash`
~/aura/eon-aura-app-webpack && ~/aura/eon-aura-bundle-${bundleName}
and use the aura command from the root dir "~/aura"
Start the Front-End server:
`bash`
$ aura start
Copy a bundle from Webpack-bundle and push it right away to git.
You can use the commit message (--message, -m) option
`bash`
$ aura cp ${bundleName} -m '${commitMessage}'
Make a clean npm install of whatever bundle:
`bash`
$ aura clean ${bundleName}
OR
Get CLI default functions:
`bash`
$ aura default
Then choose one of the bundles:
`bash`
$ => General app-webpack
$ authenticaton
$ contact
...
And a command:
`bash``
$ Copy Bundle from App-Webpack
$ => Push Bundle
$ Copy, commmit, push Bundle
...