solun-general-package
v1.0.27
Published
This package is used for general administration of Solun utilities and other services used in Solun applications.
Readme
Workflow:
Prepare the Build:
npm run prepareThen commit the changes with or via VSCode GUI:
git add .
git commit -S -m "Commit message"Then add a new version with
npm version patchThen publish to NPM with
npm publish