hello-coders-pkg A simple npm package that says "Hello, coders!" 🌍 Installation npm install hello-coders-pkg # or yarn add hello-coders-pkg Usage import hello from "your-package-name"; console.log(hello()); // Hello, world!