ad2app-lib
v1.0.6
Published
Package to share types and utils across the ad2app projects
Readme
ad2app library
General use package for ad2app related projects. In here, you will find types and utils. Updating was never that easy.
First steps
To begin, install all dependencies and build the project.
npm install
npm run buildPropagating library
To be able to use ad2app-link in other npm projects, you must first link this project to your local npm repository
npm linkThen, you should be good to go to link this project to any other project. e.g. for frontend:
npm link ad2app-libPropagating changes
Whenever you have to update your package, simply run
npm run buildThanks to the npm linkage, this will cause automatic propagation to all the other packages.
