0.1.3 • Published 11 months ago
@ergomatikus/my-npm-package-2 v0.1.3
My NPM Package
This is a simple NPM package that provides a function to return "Hello, World!".
Installation
To install the package, run:
npm install my-npm-packageUsage
After installing, you can use the package in your project as follows:
import helloWorld from 'my-npm-package';
console.log(helloWorld()); // Outputs: Hello, Markus!License
This project is licensed under the MIT License.