configforge 1.0.0-beta.2 → 1.0.0-beta.3
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 +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# ConfigForge
|
|
2
2
|
|
|
3
|
-
>
|
|
3
|
+
> A TypeScript library for converting, mapping, and transforming config data in JSON and YAML.
|
|
4
|
+
|
|
5
|
+
ConfigForge is a universal config converter library with a fluent API
|
|
4
6
|
|
|
5
7
|
ConfigForge makes it easy to convert configuration files between different formats and structures. Just define your mappings and let ConfigForge handle the rest.
|
|
6
8
|
|