fms-packages
v1.0.0
Published
Common Packages to share code across fms projects & services
Downloads
2
Readme
@feodal-fms/fms-packages
Monorepo with common packages controlled by lerna
Usage
To use a package from this repo requires that you are authenticated to the github private registry. Login and set your npm config following article
npm config set registry https://npm.pkg.github.com
Setup
If you are developing package with dependencies on other packages in that repo, please run
lerna bootstrap
This command makes npm link
under the hood
Packages
Commits
- All commits should be verified by pre-commit hooks on quality & formatting. Please don't use
no-verify
flag.
Publish
- Reserve version of package before PR creation to avoid version conflict in parallel development
- update README file of target package
- add link to README of new created package into main repo README file #Packages section
- Changes in one package could be publish with
yarn publish
from target package cwd