fxa/libs/accounts/recovery-phone
Ben Bangert 904923e113
feat: add recovery-phone library
Because:

* We want a root recovery-phone library for related functionality.

This commit:

* Adds a new recovery-phone library.
2024-10-31 01:19:54 +00:00
..
src feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
.eslintrc.json feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
README.md feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
jest.config.ts feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
package.json feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
project.json feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
tsconfig.json feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
tsconfig.lib.json feat: add recovery-phone library 2024-10-31 01:19:54 +00:00
tsconfig.spec.json feat: add recovery-phone library 2024-10-31 01:19:54 +00:00

README.md

recovery-phone

Recovery phone account library for FxA that handles recovery phone functionality and database operations.

Building

Run nx build recovery-phone to build the library.

Running unit tests

Run nx test recovery-phone to execute the unit tests via Jest.