0.1.0 • Published 3 years ago

@domilabs/utils v0.1.0

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
3 years ago

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

  1. Change directory to be under domi-web/domi-utils
  2. install required dependencies
npm install

OR

yarn install
  1. install the application
npm install -g

OR

yarn link
  1. 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


License & copyright

© 2022 Domilabs Team

0.1.0

3 years ago