Hello World NPM Package
This is a template. Create and publish your own npm module by forking it.
Usage Example
import { HelloWorldProvider } from "hello-world-provider"
const helloWorldProvider = new HelloWorldProvider()
const result: string = helloWorldProvider.provideHelloWorld()
console.log(result)
Feedback
If you find any issues or want to share improvement proposals in general feel free to open an issue here.
Contribute
I am interested in save and useful enhancements. Feel free to create Pull Requests on my Repository.