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

annalgc-storybook

v0.0.1

Published

[![Build Status](http://corp-jenkins01.compute.br-sao-1.cvccorp.cloud:8080/buildStatus/icon?job=MS%2Flib-fe-react-bkf-opera)](http://corp-jenkins01.compute.br-sao-1.cvccorp.cloud:8080/job/MS/job/lib-fe-react-bkf-opera/) [![Quality Gate](https://sonar.app.

Downloads

3

Readme

Build Status Quality Gate Coverage Maintainnability Security

lib-fe-react-bkf-opera

Boilerplate para criar bibliotecas React usando Typescript e o framework Vite, com uma estrutura básica pronta para a infraestrutura da CVC CORP.

Dependências

Instalação e execução

Instalação de dependências:

npm i
npm run storybook

Buildar a biblioteca

Para buildar a biblioteca, simplesmente execute o comando de build com o npm

npm i
npm build

Execução de testes

Os comandos para execução dos testes podem ser chamados manualmente através do comando:

npm run test

Publicação do pacote

Todos os pacotes são publicado no nexus, para publicar basta executar o seguinte comando:

npm run publish

IMPORTANTE

Você pode observar que o boilerplate possui um arquivo na raiz chamado package-lock_backup.json . Ao começar o desenvolvimento da biblioteca, caso os comandos acima funcionem corretamente, pode excluir esse arquivo. Caso algum desses comandos falhe, substitua seu package-lock pelo backup, remova a pasta node_modules e rode npm install novamente.

Por que isso pode ser necessário?

Quando você instala uma dependencia em um projeto de nodejs, as versões que são instaladas de fato são controladas no package-lock. O package.json é apenas uma instrução para buscar versões compativeis com as especificadas. Dessa forma, ao rodar o npm install a primeira vez com o primeiro comando especificado aqui nesse documento, você está instalando as ultimas versões disponíveis que são compatíveis (pelo versionamento semântico) com as especificadas via package.json. Pelo versionamento semantico elas deveriam funcionar, mas caso alguma versão seja incompatível, ao substituir o package-lock será instalado algumas versões anteriores que se mostraram compatíveis.

NÃO REMOVA O PACKAGE-LOCK.JSON APÓS O DESENVOLVIMENTO DA BIBLIOTECA TER SIDO INICIADO

Infraestrutura

Ambientes

Sonar

Jenkins

Vault

Consul

Criação de chamados

Arquitetura