Back to Home
Published: Sun Aug 25 2024EN
Table of Contents

Script Gists

Prettier Setup Script

This script sets up Prettier in a project by installing it and creating configuration files.

BASH

Git Tag and Push Script

This script automates the process of tagging a new version in a Git repository and pushing it to the remote. It ensures that you are on the main branch, pulls the latest changes, creates a new tag, and pushes both the tag and the main branch to the remote repository.

BASH

Making the Script Executable

To make the script executable, you can run the following command in your terminal:

BASH

Combine and Validate Locale Files

This advanced TypeScript utility manages multilingual application translation files, specifically focusing on synchronizing English and Turkish localization files. It provides real-time validation and automatic combining of locale JSON files, detecting missing translation keys, type mismatches, and format inconsistencies between languages. The script includes a file watcher that automatically processes changes, making it ideal for development workflows. With detailed error reporting and proper file management, this utility ensures translation consistency and completeness in multilingual applications.

TYPESCRIPT
Previous Running Scripts in Linux
Next Git Hooks: A Comprehensive Guide
Random Migrate from prettier-eslint to Biome
An unhandled error has occurred. Reload