@speakr/speakr-module-services

1.6.735 • Public • Published

#Speakr Services Module

  • Prerequisites
  • Commands
  • Publishing

#Prerequisites ##Accounts

#Commands ##npm commands

  • Login into npm
    • npm login
  • Publish an npm package
    • Change the Semantic Versioning number in the package.json
    • Given a version number MAJOR.MINOR.PATCH, increment the:
      • MAJOR version when you make incompatible API changes,
      • MINOR version when you add functionality in a backwards-compatible manner,
      • PATCH version when you make backwards-compatible bug fixes.
      • Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.
    • npm publish

##Sequelize commands

  • Seed the DB: All
    • sequelize db:seed:all
  • Seed the DB: {Table Name}
    • sequelize db:seed:{table_name}
      • roles
      • profiles
      • hashes
      • emails
      • profile-roles

Package Sidebar

Install

npm i @speakr/speakr-module-services

Weekly Downloads

4

Version

1.6.735

License

ISC

Unpacked Size

1.26 MB

Total Files

407

Last publish

Collaborators

  • jonathanbuckridge
  • icanhasjonas