0.0.1 • Published 4 years ago

db-schemas v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

@oonum/node-db-schemas

Shared data schemas

Pre-Requisites

  • NodeJS LTS
  • Docker (verify install with docker -v and docker-compose -v)
  • Git Bash (if Windows)
  • Oonum Npm Packages Login (setup account at npmjs.com and login from the command line using npm login)
  • Gcloud (see https://cloud.google.com/container-registry/docs/advanced-authentication)
    • during gcloud init select [2] oonum-management-e05248 and [13] us-west1-a
    • after gcloud init gcloud auth configure-docker

Getting Started

Run Git Bash as an administrator (if Windows)

Run Scripts
# get up and running for development
npm install
npm run devup
npm run test
# cleanup
npm run devdown

Release New NPM Module

On master branch

npm version patch