@finadvise/ui-model
v0.1.550
Published
Common UI Models and Services
Downloads
370
Readme
@finadvise/ui-model
Common data models for FinAdvise.
Dependencies
Please define imports by relative path and export them in main index.ts
file due to conflicts importing different modules by each other.
Building
This repo is a plain npm TypeScript package (built with the tsc compiler).
Publishing
The package is publicly published on npm as @finadvise/ui-model.
Steps:
npm adduser --scope=@finadvise
npm version patch
npm publish --access public
oryarn publish-npm