Socket
Book a DemoInstallSign in
Socket

@fizzog/create-dish

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@fizzog/create-dish

Scaffolding tool for @fizzog/dish. Creates configuration file, updates git ignore, and installs dish.

unpublished
latest
Source
npmnpm
Version
0.1.39
Version published
Maintainers
1
Created
Source

@fizzog/create-dish

A CLI tool for scaffolding @fizzog/dish. D.I.S.H. is a developer tool for managing localization files. It includes support for scanning and analyzing project usage, detecting orphaned keys, and providing a streamlined process for handling localization files in your project.

Specifically, this project is designed to work with react-i18next by tracking usage of useTranslation and t('key').

Features

  • Localization File Management: Easily manage and maintain your localization JSON files.
  • Scanning: Automatically scan your project for localization key usage.
  • Orphan Detection: Identify orphaned or unused localization keys.
  • Usage Analysis: Detect missing or unreferenced keys and streamline the translation process.

Installation

To get started with @fizzog/dish, we recommend using @fizzog/create-dish, a tool that sets up everything for you with minimal configuration.

Step 1: Install

Run the following command to install and initialize dish in your project:

npm init @fizzog/dish@latest
yarn create @fizzog/dish

Step 2: Run the cli

npm run dish

Keywords

i18n

FAQs

Package last updated on 28 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts