ami-be-lib
v0.0.8
Published
- In `ami-be-lib` folder run: ``` npm install ```
Downloads
341
Readme
How to use in local
- In
ami-be-libfolder run:
npm installnpm run build:watchAnd open in new terminal tab and run npm link
Then in your project that you want to use this library, run npm link ami-be-lib.
After finished, when you make any changed in ami-be-lib, it will also impact changed to your project
