feat(utils): add utils library with a fake ramdon generator

This commit is contained in:
thomas
2022-12-15 17:04:07 +01:00
parent 0979a9f3db
commit c60791a530
13 changed files with 192 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
# shared-utils
This library was generated with [Nx](https://nx.dev).
## Running unit tests
Run `nx test shared-utils` to execute the unit tests.