Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serifcolakel/typescript-utils
A repository for TypeScript utility types and functions usage.
https://github.com/serifcolakel/typescript-utils
Last synced: 6 days ago
JSON representation
A repository for TypeScript utility types and functions usage.
- Host: GitHub
- URL: https://github.com/serifcolakel/typescript-utils
- Owner: serifcolakel
- Created: 2023-04-29T15:45:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-14T19:00:47.000Z (about 1 year ago)
- Last Synced: 2024-11-09T02:52:35.708Z (2 months ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Table of Contents
## DEV COMMIT TAGS
You can access the details of the commits made by the developers here.
Click for Dev Tags details.
|
TAGS
|EXPLAIN
|
| ---------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| **ADDED (username)** | It gives information about newly added Component, package and files. |
| **CREATED (username)** | It gives information about the Component, package and files created for the first time. |
| **CHANGED (username)** | It gives information about the changed function or method related to the problem or design. |
| **REMOVED (username)** | It gives information about the removed function or method related to the problem or design. |
| **UPDATED (username)** | It gives information about the updated function or method related to the problem or design. |
| **FIXED (username)** | It gives information about the solution of the problem caused by the problem. |
| **TODO (username)** | It gives information about the planned and encountered problem in the future. |
| **TEST (username)** | It is a tag created to test whether the functions added during build or for projects working in separate environments can work synchronously. |
## About The Project
In this project, the basic concepts of TypeScript are explained with examples. The project is divided into sections. Each section is a separate concept. The concepts are explained with examples. The project is open source. You can contribute to the project by making a pull request.
## **Built With**
In this section, the technologies used in the construction of the project are included.
- [TypeScript](https://www.typescriptlang.org/)
## **Getting Started**
In this section, the steps for the cloning of the project and the improvements to be made by you are shown.
## Prerequisites
By following the steps below, your project can be run after the local installation.
- npm
```sh
npm install npm@latest -g
```## **Installation**
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
1. Clone the repo
```sh
git clone https://github.com/serifcolakel/Mehrzweck.git
```
2. Install NPM packages
```sh
npm install
```
3. Create src/index.ts file
```sh
touch src/index.ts
```
4. Update src/index.ts file5. Run the project
```sh
npm run start
```## **Usage**
In this section, you can access the documentation of the libraries used during the creation of the project.
_For more examples, please refer to the [TypeScript](
https://www.typescriptlang.org/
) and more._## **Roadmap**
- [ ] Add more about typescript with examples.
See the [Open Issues](https://github.com/serifcolakel/Mehrzweck/issues) for a full list of proposed features (and known issues).
## **Contributing**
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!## **Contact**