1.0.0 • Published 8 months ago

pinyin-checker v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Pinyin Checker 拼音检查器

A tool for checking pinyin in code.

中文:一个用于检测代码中拼音的工具。

Features 特性

  • Find potential pinyin variables in your codebase.
  • Automatically filter out common non-pinyin terms.
  • Works with JavaScript, Vue, CSS files.

  • 查找代码中的拼音变量。

  • 自动过滤掉常见的非拼音术语。
  • 支持 JavaScript、Vue、CSS 文件。

Installation 安装

To install the package, run:

npm install pinyin-checker --save-dev

Usage 使用

import { displayResults } from 'pinyin-checker';

// 执行拼音检查
displayResults();
1.0.0

8 months ago