Encapsulates the logic for processing document analysis, enforcing the rules and inserting the fields.
npm install @flairstechpulse/mdf-field-insertionEncapsulates the logic for processing document analysis, enforcing the rules and inserting the fields.
- build the package npm run build
- go to the root of the project that is using this package (e.g. mdf-field-insertion, mdf-field-insertion-ui)
- uninstall the published version npm uninstall @flairstechpulse/mdf-field-insertion
- link the local version npm link path-to-this-directory
- when you change the code, you need to rebuild the package through npm run build and the changes will be reflected in the project that is using this package
- when you are done, you can unlink the package npm unlink @flairstechpulse/mdf-field-insertion
- update the version in the package.json
- build the package npm run build
- publish the package npm publish --access public