database-revisions

A lightweight database migration tool for SQL and no-SQL databases

MIT License

Downloads
35
Stars
5
Committers
1

Publishing to npmjs.com

These are notes to publish the project to the community.

# Login to npmjs.com
npm adduser

# Bump package.json version as patch, commit change
npm version patch

# Push changes to github.com
git push

Check GitHub Actions for build status OK

# Delete build folder
npm run clean

# Build distribution
npm run build

# Publish to npmjs.com
npm publish --access public
Package Rankings
Top 16.77% on Npmjs.org