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 🙏

© 2026 – Pkg Stats / Ryan Hefner

web3dev

v1.0.3

Published

![](./images/CLIW3D.png)

Readme

NPM Package

Fala Builder! 👋

Agora ficou mais fácil criar seus projetos da Web3Dev, com a CLI W3D você pode criar sua aplicação muito mais rápido, com apenas um comando você cria o escopo do seu projeto e já pode começar a codar. A idéia é que você não perca tempo com configurações e possa focar no que realmente importa, o código. Pensando nisso, criamos a CLI web3dev, onde você poderá baixar os templates pre-configurados para os projetos da Web3Dev, estes templates funcionaram como um kit-start ou kit-dev.

Instalação

Para iniciar seu projeto, escolha um dos templates/kit-dev que deseja utilizar e executando o comando abaixo:

npx web3dev

Após executar o comando acima, será exibido um menu com os templates disponíveis, escolha o que deseja utilizar e pronto, seu projeto será criado.



        ██╗    ██╗███████╗██████╗ ██████╗ ██████╗ ███████╗██╗   ██╗  
        ██║    ██║██╔════╝██╔══██╗╚════██╗██╔══██╗██╔════╝██║   ██║  
        ██║ █╗ ██║█████╗  ██████╔╝ █████╔╝██║  ██║█████╗  ██║   ██║  
        ██║███╗██║██╔══╝  ██╔══██╗ ╚═══██╗██║  ██║██╔══╝  ╚██╗ ██╔╝
        ╚███╔███╔╝███████╗██████╔╝██████╔╝██████╔╝███████╗ ╚████╔╝ 
        ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝  ╚═══╝                                                                             

                              CLI v1.0.0

Bem vindo a web3dev CLI! ✨
? Escolha um projeto para iniciar: (Use arrow keys)
❯ DAO App Js 
  NFT-Preview 

Ajudando a melhorar a CLI

Se você deseja adicionar um novo template a CLI, basta seguir os passos abaixo:

  1. Clone o repositório da CLI
git clone https://github.com/mesquitaoliveira/web3dev.git
  1. Execute o comando abaixo para instalar as dependências

npm install ou yarn install

  1. Execute um dos comandos abaixo para adicionar um novo template:
npm run template <project-name> git-url
yarn run template <project-name> git-url

Exemplo:

npm run template NFT-Preview https://github.com/w3b3d3v/NFT-preview.git
yarn run template NFT-Preview https://github.com/w3b3d3v/NFT-preview.git

Pronto, seu template foi adicionado a CLI, agora basta executar o comando abaixo para testar:

npm run start

!!! IMPORTANTE !!! Essa é uma execução local, para que seu template seja adicionado a CLI, você deve fazer um pull request para o repositório da CLI.

Feedback, ajuda

Web3dev Discord server: Para discussões gerais, perguntas e ajuda.

Siga a Web3dev no Twitter. Siga a Web3dev no Linkedin.

Participe dos Bootcamps

Licença

Licenciado sob a licença MIT.