@qcases/common
v2.7.1
Published
Common lib for using between phone case projects
Readme
Intro
Npm package for utils and domain logic use in both FE and BE of qcases project
Pre-requisites
- Nodejs: https://nodejs.org/en/download/package-manager/
Build project
- Install dependencies: npm i
- Run: npm run build
Publish to the qcases organization
- Login to npmjs from cli: npm login
- Test if successfully logged in: npm whoami
- Publish package: npm publish --access public
- Login to npmjs on browser and check in the organzation: https://www.npmjs.com/settings/qcases/packages
NOTE: need to run build before publish
Install to test in different repo
- Copy absolute path of root folder
- Install to consuming repo using:
npm i <absolutePath>Example:npm i /Users/john/Desktop/Projects/qcases-common
