1.2.13 • Published 2 years ago

@autonomo/common v1.2.13

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

autonomo.common

npm version install size npm bundle size Known Vulnerabilities

A library that contains all needed common resources to be used in autonomo.api and autonomo.web repositories.

Table of Contents

Installing

npm install

Running in development mode

npm run dev

This will build the package and will watch for any change to re-build it.

Building

npm run build

Testing

# running tests once
npm run test

# running tests on every change on code
npm run test:watch

# running tests and getting coverage report
npm run test:coverage

Publishing

npm run publish:patch

A npm user must be configured in order to be able to publish it.

Example of use in other client repo

Install first autonomo.common in the repo

npm install @autonomo.common

Then you need to import the resource (interface, type, enum, util, ...) from root package

import { Business } from '@autonomo/common';

const business: Business = {
  key: 'myBusiness',
  name: 'My business',
  ...
}
1.2.12

2 years ago

1.2.13

2 years ago

1.2.11

2 years ago

1.2.10

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.9

2 years ago

1.2.0

2 years ago

1.1.7

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.1

2 years ago

1.0.2

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.1.3

2 years ago

1.0.4

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.7

2 years ago

1.0.12

2 years ago

0.0.6

2 years ago

0.0.1

3 years ago