# SugarCoat **Repository Path**: geek-educator/SugarCoat ## Basic Information - **Project Name**: SugarCoat - **Description**: SugarCoat 是一款浏览器隐私保护工具,其针对的是收集用户隐私数据的脚本 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/sugarcoat - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-16 - **Last Updated**: 2022-07-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SugarCoat ## Development [pnpm](https://pnpm.js.org/) is recommended for managing a JavaScript development environment for SugarCoat. To initialize an isolated JavaScript development environment: ``` pnpm install ``` ### Code Formatting Code formatting for JavaScript is handled by [prettierx](https://github.com/brodybits/prettierx), with a few [options](.prettierrc.toml) tweaked. To check that the code is correctly formatted: ``` pnpm run check ``` To auto-format the code: ``` pnpm run fmt ```