1.4.3 • Published 10 months ago

epic-shared-models v1.4.3

Weekly downloads
-
License
ISC
Repository
-
Last release
10 months ago

Epic - Shared Models

Epic Shared Models

Using Verdaccio to Publish your NPM package

1. Install Verdaccio

npm install -g verdaccio

2. Start Verdaccio

verdaccio

3. Login to your local npm registry

npm login --registry http://localhost:4873

4. Publish your package

In the root directory of your package, run:

npm publish --registry http://localhost:4873

5. Install your package

npm install epic-shared-models --registry http://localhost:4873

Getting started

To get started follow below steps.

  • clone repository and run below commands in terminal
cd shared-models
run npm install
cp .env.example .env
  • configure enviornment variables in .env file
1.4.3

10 months ago

1.3.0

10 months ago

1.0.0

11 months ago