nexxtway / rainbow-cloud-functions

Mono repo that contains reusable modules for firebase cloud functions

Home Page:https://rainbow-cloud-functions.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rainbow Cloud Functions

CircleCI Coverage Status

Development

  1. yarn bootstrap
    1. Since we are using yarn workspaces this command will install the dependencies of the root folder and go into all package’s root folders and execute yarn install.

If you want to run command in a specific package:

yarn workspace <package-name> <command>

If you want to add a common dependency to all packages:

yarn add some-package -W

If you want to add a dependency to specific package:

npx lerna add some-package --scope=module1

About

Mono repo that contains reusable modules for firebase cloud functions

https://rainbow-cloud-functions.web.app/

License:MIT License


Languages

Language:TypeScript 97.2%Language:JavaScript 2.8%