0.1.0 • Published 3 years ago
@domilabs/utils v0.1.0
Domilabs Utils tool
This package helps to retrieve secrets and configurations from AWS, also will contains any common utils methods that can be used by multiple projects.
Table of Contents
Description
Domilabs utils tool, help sharing code/methods between projects.
Technologies
- NodeJs
- TypeScript
How To Use
Installation
- Change directory to be under
domi-web/domi-utils
- install required dependencies
npm install
OR
yarn install
- install the application
npm install -g
OR
yarn link
- go to target project and do:
npm install @domilabs/utils
Or
yarn link "@domilabs/utils
Uninstall
To remove the application:
1. Change directory to be under domi-web/domi-utils
2. unlink/uninstall the application
npm uninstall -g
Or
yarn unlink
Contributors
- Ahmad El Masri ahmadjelmasri@gmail.com
License & copyright
© 2022 Domilabs Team
0.1.0
3 years ago