@werlang/helper-package
v0.2.1
Published
Helper package to my projects
Downloads
28
Readme
@werlang/helper-package
This is a helper package for my personal projects, providing classes and functions that I frequently use.
Publishing the Package
To publish this package to NPM, follow these steps:
- Ensure you are authenticated
Create an access token (Classic) with Automation access. Then create a .env file in the root of your project and add the following line:
NPM_TOKEN=YOUR_PERSONAL_ACCESS_TOKENThe npm service from compose.yaml will use this token to authenticate with GitHub Packages.
Update the version in
package.jsonif necessary.Publish the package:
npm run deploy