UNPKG

hello-coders-pkg

Version:

A simple hello coders package

18 lines (13 loc) 263 B
# hello-coders-pkg A simple npm package that says "Hello, coders!" 🌍 ## Installation ```bash npm install hello-coders-pkg # or yarn add hello-coders-pkg ``` ## Usage ```jsx import hello from "your-package-name"; console.log(hello()); // Hello, world! ```