@atomic-ehr/codegen 0.0.2-canary.20251119120305.6111e5b → 0.0.2-canary.20251119123135.c6f0d5b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/cli/index.js +19 -19
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Atomic FHIR Codegen
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@atomic-ehr/codegen/v/canary)
|
|
4
|
+
[](https://badge.fury.io/js/%40atomic-ehr%2Fcodegen)
|
|
5
|
+
[](https://github.com/atomic-ehr/codegen/actions/workflows/ci.yml)
|
|
6
|
+
[](https://github.com/atomic-ehr/codegen/actions/workflows/sdk-tests.yml)
|
|
7
|
+
|
|
3
8
|
A powerful, extensible code generation toolkit for FHIR (Fast Healthcare Interoperability Resources) that transforms FHIR specifications into strongly-typed code for multiple programming languages.
|
|
4
9
|
|
|
5
10
|
## Features
|