@typeolymp/utils
v2.0.2
Published
The `utils` repository is a package created to streamline development across various codebases of TypeOlymp. This package includes a collection of `enums`, `expressions`, `formatters` and `mappers` that can be easily integrated into different projects, en
Readme
🛠 utils
The utils repository is a package created to streamline development across various codebases of TypeOlymp. This package includes a collection of enums, expressions, formatters and mappers that can be easily integrated into different projects, enhancing code consistency and reducing development time. It is written in Typescript.
📖 Table of Contents
👫 Contributing
To contribute to the utils package, follow these step:
- Clone the Repository: Clone the repository to your local machine.
- Create a Branch: Create a new branch for your changes using a descriptive name:
git checkout -b feature/my-new-feature. - Make Changes: Make your desired changes and improvements to the codebase.
- Commit Changes: Commit your changes with a clear and concise commit message:
git commit -m "Add a new feature". - Push Changes: Push your changes to your development branch:
git push origin feature/my-new-feature. - Update the CHANGELOG: Update the
CHANGELOG.mdfile with the new changes. - Open a Pull Request: Visit the repository and open a Pull Request. Describe your changes, and submit the pull request.
