npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@yknif/924ef6aa-747a-46f1-9ef2-780330f5f097

v1.2.18

Published

Paquete npm pasa usar en multiples microservicio que incluye todas las entidades de la base de datos

Downloads

952

Readme

database-models

Paquete npm pasa usar en multiples microservicio que incluye todas las entidades de la base de datos

Nombre del paquete: @yknif/924ef6aa-747a-46f1-9ef2-780330f5f097

Punto en entrada: dist/index.js

Tech Stack

node: >=18.20.4

npm: >=10.7.0

typeorm: >=0.3.20

Installation

  npm i

Test Local

  1. En la raiz del proyecto ejecutar el comando para compilar y crear un link local.

    Cada ves que se realicen cambios en el proyecto se debe ejecutar el comando de compilacion

  npm run build
  npm link
  1. En la raiz del proyecto destino en el que se quiere vincular el paquete ejecutar el comando
  npm un @yknif/924ef6aa-747a-46f1-9ef2-780330f5f097
  npm link @yknif/924ef6aa-747a-46f1-9ef2-780330f5f097

Se debe desvincular el paquete tanto del proyecto de destino como del local antes de instalar el paquete desde la nube 3. Desvincular el paquete en la raiz del proyecto destino

  npm unlink --no-save @yknif/924ef6aa-747a-46f1-9ef2-780330f5f097
  1. Desvincular el paquete del local en la raiz del proyecto
  npm unlink

Deployment

Actualizar la version del proyecto en el package.json, luego ejecutar el comando para compilar y publicar el paquete

  npm run build && npm publish