@djg82/app-shared
v0.0.9
Published
MongoDB models for users and login system
Downloads
23
Maintainers
Readme
Library for models, interfaces and utils shared between differents apps
Mongo Models
Prerrequisites
- Node 16
How to start working on this repo
Install dependencies
npm installBuild
npm run buildPublishing
Manual
You need to bump the version number manually (new version must be included in the PR) and publish with:
npm publishAutomatic
You need to create a new branch, bump the version number manually, commit to github, and ask for a PR to the main brach. A gitHub action will run when the code is merged and the library will be published
Para probar la libreria de local
En la carpeta de tu librería de models
cd /ruta/a/app-shared
npm linkEn tu proyecto principal
cd /ruta/a/tu-proyecto
npm link @djg82/app-sharedCuando se termino la prueba
En tu proyecto principal
npm unlink @djg82/app-shared
npm install # Para reinstalar desde npmOpcionalmente, en tu librería
npm unlink # Para eliminar el enlace global