Como publicar um pacote no npm: um guia passo a passo

This page summarizes the projects mentioned and recommended in the original post on dev.to

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. node

    Node.js JavaScript runtime ✨🐢🚀✨

    O NPM instalado. Você pode baixá-lo em nodejs.org ou utilizar o NVM (Node version manager).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. nvm

    Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    O NPM instalado. Você pode baixá-lo em nodejs.org ou utilizar o NVM (Node version manager).

  4. string-reverser-jm

    { "name": "string-reverser-jm", "version": "1.0.0", "description": "A simple utility to reverse strings, useful for demonstrations and small projects.", "main": "index.js", "scripts": { "test": "echo \"No test specified\" && exit 1" }, "author": "Juliana Macedo (https://www.starcoders.info)", "keywords": [ "string", "reverse", "utility" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Jullymac/string-reverser-jm.git" } }

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 0G Transmission service - TxMS

    6 projects | dev.to | 17 Sep 2024
  • What is Nodejs

    2 projects | dev.to | 31 Jul 2024
  • How I Manage Node & Package Manager Versions in 2025

    6 projects | dev.to | 22 Jan 2025
  • Effective nodejs version management for the busy developer

    3 projects | dev.to | 4 Feb 2024
  • Introduction to React: Building Your First Component

    2 projects | dev.to | 6 Feb 2025

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?