aura-util

0.2.4 • Public • Published

Aura-Util

Aura-util is a CLI, that's supposed to speed up and simplify the dev process at E.ON aura.

Installation

$ npm i aura-util [-g]

Quick Start

The recommended use of aura-util is putting all aura microservice bundles into one big repo creating a structure like:

E.g.:

~/aura/eon-aura-app-webpack && ~/aura/eon-aura-bundle-${bundleName}

and use the aura command from the root dir "~/aura"

Commands

Start the Front-End server:

$ aura start

Copy a bundle from Webpack-bundle and push it right away to git. You can use the commit message (--message, -m) option

$ aura cp ${bundleName} -m '${commitMessage}'

Make a clean npm install of whatever bundle:

$ aura clean ${bundleName}

OR

Get CLI default functions:

$ aura default

Then choose one of the bundles:

$  => General app-webpack
$   authenticaton
$   contact
...

And a command:

$   Copy Bundle from App-Webpack
$   => Push Bundle
$   Copy, commmit, push Bundle
...

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i aura-util

Weekly Downloads

2

Version

0.2.4

License

MIT

Last publish

Collaborators

  • flosloot