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

brq-module-npm

v1.0.2

Published

Created to show how to send a module to NPM package.

Downloads

3

Readme

Módulo 03:

módulo publicado no NPM

Este módulo tem como objetivo exemplificar como instalamos um pacote interno em nosso aplicativo por meio do npm.

Quando trabalhamos com desenvolvimento de aplicativos, muitas vezes é necessário utilizar pacotes externos para adicionar funcionalidades específicas. No entanto, em alguns casos, podemos desenvolver nossos próprios pacotes internos e distribuí-los através do npm, tornando-os acessíveis para outros projetos internos da nossa organização.

Como adicionar seu repositório para o NPM:

Você deve ter uma conta NPM.

  1. Entre na sua conta com o seguinte comando dentro do terminal:
npm adduser
  1. Configure seu package.json com informacões como nome, descrição, pacote, versão inicial da biblioteca e arquivo inicial.

  2. Execute o comando para publicar:

npm publish

// Se der erro verifique no terminal, talvez ele peça para utilizar o seguinte comando:
npm publish --access=public

Atualizando o módulo:

Se você precisar atualizar o módulo, você deve rodar fazer alterações e publicar no NPM.

Dentro do projeto em que deseja instalar você deve rodar:

yarn upgrade brq-module-npm

Testar esse módulo:

Para testar esse módulo você pode testar no aplicativo nesse repositório do module-core: https://git.brq.com/livetouch/react-native/modularizacao/module-core