solun-database-package
v1.1.2
Published
This package is used to manage the database tools and models of solun.
Downloads
34
Readme
Workflow:
Prepare the Build:
npm run prepare
Then commit the changes with or via VSCode GUI:
git add .
git commit -S -m "Commit message"
Then add a new version with
npm version patch
Then publish to NPM with
npm publish