@xtreamsrl/persistence-typeorm
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@xtreamsrl/persistence-typeorm

Installation

npm install @xtreamsrl/persistence-typeorm

Usage

Build

Run nx build persistence-typeorm to build the library.

Run unit tests

Run nx test persistence-typeorm to execute the unit tests via Jest.

Linting

Run nx lint persistence-typeorm to execute the lint via ESLint.

Versioning

Export the GH_TOKEN environment variable with your GitHub token with at least the repo scope:

export GH_TOKEN=<YOUR_PERSONAL_GH_TOKEN>

Then run the following command:

lerna version

The GH_TOKEN is needed to push the version commit and tag to the remote repository and to create the release on GitHub.

For general information about the versioning process, please refer to the root Readme Versioning section.

Publishing

Update your local .npmrc file to include the following lines:

@xtreamsrl:registry=https://registry.npmjs.org/
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

The ${NPM_TOKEN} placeholder is a npm personal access token publish permissions on the @xtreamsrl organization. It can be treated as placeholder to replace with the actual token value, or you can set it as an environment variable:

export NPM_TOKEN=<YOUR_PERSONAL_NPM_TOKEN>

Then run the following command:

npm run lerna-publish

Who we are

xtream logo

A proudly 🇮🇹 software development and data science startup.
We consider ourselves a family of talented and passionate people building their own products and powerful solutions for our clients. Get to know us more on xtreamers.io or follow us on LinkedIn.

Readme

Keywords

none

Package Sidebar

Install

npm i @xtreamsrl/persistence-typeorm

Weekly Downloads

0

Version

1.1.0

License

none

Unpacked Size

28.2 kB

Total Files

18

Last publish

Collaborators

  • xtreamsrl