Skip to content

Commit 32582e8

Browse files
committed
readme
1 parent 73f5cdc commit 32582e8

File tree

6 files changed

+2
-215
lines changed

6 files changed

+2
-215
lines changed

interweb-utils-README.md

Lines changed: 0 additions & 52 deletions
This file was deleted.

json-utils-README.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

packages/schema-sdk/README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,4 @@ The JSON Patch operations support all standard operations:
136136
- `copy`: Copy a value from one location to another
137137
- `test`: Test that a value equals a specified value
138138

139-
For more information about JSON Patch format, see [RFC 6902](https://tools.ietf.org/html/rfc6902) and the [fast-json-patch documentation](https://www.npmjs.com/package/fast-json-patch).
140-
141-
## Contributing 🤝
142-
143-
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
144-
145-
## Need Help?
146-
147-
`schema-sdk` might not work perfectly for all JSON schemas yet. We value your feedback and contributions to make it better. If you encounter any issues or have suggestions for improvements, please [let us know](https://github.com/hyperweb-io/dev-utils/issues).
148-
149-
## License 📜
150-
151-
Distributed under the MIT License. See \`LICENSE\` for more information.
139+
For more information about JSON Patch format, see [RFC 6902](https://tools.ietf.org/html/rfc6902) and the [fast-json-patch documentation](https://www.npmjs.com/package/fast-json-patch).

packages/schema-typescript/README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,3 @@ interface Person {
7676
pets: Pet[];
7777
}
7878
```
79-
80-
## Contributing 🤝
81-
82-
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
83-
84-
## Need Help?
85-
86-
`schema-typescript` might not work perfectly for all JSON schemas yet. We value your feedback and contributions to make it better. If you encounter any issues or have suggestions for improvements, please [let us know](https://github.com/hyperweb-io/dev-utils/issues).
87-
88-
## License 📜
89-
90-
Distributed under the MIT License. See \`LICENSE\` for more information.

packages/strfy-js/README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,4 @@ console.log(jsStringify(obj, options));
8080
- `quotes` (optional): Determines the type of quotes around strings. Can be `'single'`, `'double'`, or determined automatically to avoid escapes.
8181
- `inlineArrayLimit` (optional): Allows arrays to be serialized inline if they have fewer elements than the specified limit.
8282
- `camelCase` (optional): When set to `true`, object keys are transformed into camelCase.
83-
- `camelCaseFn` (optional): A custom function that can be provided to convert object keys into camelCase using a custom transformation logic.
84-
85-
## Contributing
86-
87-
Contributions are welcome! Please fork the repository and submit a pull request with your enhancements. For major changes, please open an issue first to discuss what you would like to change.
88-
89-
## License
90-
91-
This project is licensed under the MIT License - see the `LICENSE` file for details.
83+
- `camelCaseFn` (optional): A custom function that can be provided to convert object keys into camelCase using a custom transformation logic.

schema-typescript-README.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)