configforge 1.0.0-beta.1 → 1.0.0-beta.2
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/package.json +1 -1
package/README.md
CHANGED
|
@@ -289,3 +289,8 @@ await result.save('./config.json');
|
|
|
289
289
|
---
|
|
290
290
|
|
|
291
291
|
That's it! ConfigForge makes config conversion simple and straightforward. No complex setup, no direct class manipulation - just define your mappings and convert.
|
|
292
|
+
|
|
293
|
+
## License
|
|
294
|
+
|
|
295
|
+
This package is licensed under the **PolyForm Noncommercial License 1.0.0**.
|
|
296
|
+
See the [LICENSE](./LICENSE) file for full terms.
|