1.2.2 • Published 3 years ago

ut-service v1.2.2

Weekly downloads
10
License
Apache-2.0
Repository
github
Last release
3 years ago

ut-service

Service wrapper

usage

Ut-service can be used in 2 different ways:

1) As a replacement of ut-run. In index.js in the root of the project:

```
required('ut-service').run({version, main})
```
where:
  • version is the package.json version. E.g. version: require('./package.json').version
  • main is the main application entry point and can contain a collection of services or bussiness module pacakges as described in ut-run:

2) As a single module package as described in ut-run. I.e. in Service startup file server/index.js

```
module.exports = ({config}) => [
    require('ut-service'),
    package2,
    //...
    packageN
];
```
1.2.2

3 years ago

1.2.1

4 years ago

1.2.0

4 years ago

0.10.6

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

0.10.5

5 years ago

1.1.1

5 years ago

0.10.4

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.0.0-models.2

5 years ago

1.0.0-models.1

5 years ago

1.0.0-models.0

5 years ago

0.10.3

5 years ago

0.10.2

6 years ago

0.10.1

6 years ago

0.10.0

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.8.0

6 years ago

0.6.1

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago