# shirkhan-cspell-dict-ug-khan **Repository Path**: shirkhan/shirkhan-cspell-dict-ug-khan ## Basic Information - **Project Name**: shirkhan-cspell-dict-ug-khan - **Description**: cspell-dict-ug-khan - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-01-07 - **Last Updated**: 2022-01-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: VSCode, spell-check, JavaScript ## README # Cspell ug-khan Dictionary Ug-khan dictionary for cspell. ## Installation Global Install and add to cspell global settings. ```sh npm install -g cspell-dict-ug-khan cspell link add cspell-dict-ug-khan ``` ## Uninstall from cspell ```sh cspell link remove cspell-dict-ug-khan ``` ## Manual Installation Manual installation is useful if you want to include this dictionary as part of your CI/CD lint process. ``` npm i cspell-dict-ug-khan ``` The `cspell-ext.json` file in this package should be added to the import section in your `cspell.json` file. ```javascript { // … "import": ["cspell-dict-ug-khan/cspell-ext.json"], // … } ``` ## License MIT