Initial commit

- Separate out from old mono repository.
- Adjust name including new namespace.
- Adjust version to pre-1.0
This commit is contained in:
Thomas Gideon 2024-06-24 16:51:58 -04:00
commit 5fe8b52c6c
27 changed files with 10450 additions and 0 deletions

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# compiled outputs
dist
*tgz
# generated type definitions
*d.ts
# generated source maps
*map
# dependencies
node_modules
# incremental compilation status (not used in CI/CD)
tsconfig.tsbuildinfo
# yarn internals
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# test coverage report
coverage
.envrc
.env