-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0pilatos0
committed
Jan 3, 2024
1 parent
8021f5a
commit 3164563
Showing
2 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,40 @@ | ||
![npm](https://img.shields.io/npm/dm/typejedi) | ||
![GitHub Repo stars](https://img.shields.io/github/stars/0pilatos0/TypeJedi) | ||
![GitHub contributors](https://img.shields.io/github/contributors/0pilatos0/TypeJedi) | ||
![npm](https://img.shields.io/npm/dm/typelegend) | ||
![GitHub Repo stars](https://img.shields.io/github/stars/0pilatos0/TypeLegend) | ||
![GitHub contributors](https://img.shields.io/github/contributors/0pilatos0/TypeLegend) | ||
|
||
# TypeJedi - Your Typesafe Utility Library | ||
# TypeLegend - Your Typesafe Utility Library | ||
|
||
![TypeJedi Logo](https://paulvanderlei.com/_next/image?url=%2Ftypejedi.png&w=3840&q=75) | ||
![TypeLegend Logo](https://paulvanderlei.com/_next/image?url=%2Ftypejedi.png&w=3840&q=75) | ||
|
||
TypeJedi is a versatile and typesafe utility library designed to simplify common tasks in your TypeScript projects. With TypeJedi, you can harness the power of TypeScript's strong typing system to write safer and more maintainable code. | ||
TypeLegend is a versatile and typesafe utility library designed to simplify common tasks in your TypeScript projects. With TypeLegend, you can harness the power of TypeScript's strong typing system to write safer and more maintainable code. | ||
|
||
## Features | ||
|
||
- **Type Safety:** Ensure type correctness throughout your codebase, reducing runtime errors. | ||
- **Utility Functions:** A collection of utility functions for common tasks. | ||
- **Custom Types:** Pre-defined custom types for various scenarios. | ||
- **Modular:** Use only the parts of TypeJedi that you need, keeping your bundle size minimal. | ||
- **Modular:** Use only the parts of TypeLegend that you need, keeping your bundle size minimal. | ||
|
||
## Installation | ||
|
||
You can install TypeJedi via npm or yarn: | ||
You can install TypeLegend via npm or yarn: | ||
|
||
```bash | ||
npm install typejedi | ||
npm install typelegend | ||
# or | ||
yarn add typejedi | ||
yarn add typelegend | ||
# or | ||
bun add typejedi | ||
bun add typelegend | ||
``` | ||
|
||
## Documentation | ||
|
||
You can find the documentation for TypeJedi [here](/USAGE.md). | ||
You can find the documentation for TypeLegend [here](/USAGE.md). | ||
|
||
## License | ||
|
||
TypeJedi is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information. | ||
TypeLegend is licensed under the MIT license. See the [LICENSE](LICENSE) file for more information. | ||
|
||
## Support | ||
|
||
If you encounter any issues or have questions, please open an issue on the [GitHub repository](https://github.com/0pilatos0/TypeJedi/issues) or contact me on [Twitter](https://twitter.com/pilatobyte). | ||
If you encounter any issues or have questions, please open an issue on the [GitHub repository](https://github.com/0pilatos0/TypeLegend/issues) or contact me on [Twitter](https://twitter.com/pilatobyte). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters