this package is example of tutorial about how to create and publish NPM Package
- Initialize NPM in Your Project
npm initor
npm init --scope=@your-username- Add your code
build and publish your package.
- Build project
npm run build- Publish your package
npm publishor
npm publish --access public