Skip to content

Commit

Permalink
Update library name and URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
0pilatos0 committed Jan 3, 2024
1 parent 8021f5a commit 3164563
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
28 changes: 14 additions & 14 deletions README.md
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).
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typejedi",
"version": "0.0.17",
"name": "typelegend",
"version": "0.1.0",
"module": "dist/index.mjs",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -18,17 +18,17 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/0pilatos0/TypeJedi.git"
"url": "git+https://github.com/0pilatos0/TypeLegend.git"
},
"keywords": [
"utils"
],
"author": "0pilatos0",
"license": "MIT",
"bugs": {
"url": "https://github.com/0pilatos0/TypeJedi/issues"
"url": "https://github.com/0pilatos0/TypeLegend/issues"
},
"homepage": "https://github.com/0pilatos0/TypeJedi#readme",
"homepage": "https://github.com/0pilatos0/TypeLegend#readme",
"devDependencies": {
"bun-types": "latest",
"typescript": "^5.2.2",
Expand Down

0 comments on commit 3164563

Please sign in to comment.