/remote-dictionary

Cspell lets you create a list of allowed words in your codebase. Keeping this list up to date across multiple repos is a time consuming process.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

📚 Remote cspell dictionary

Quality Gate Status

Cspell lets you create a list of allowed words in your codebase. Keeping this list up to date across multiple repos is a time consuming process.

Remote dictionay is a suite of packages that allow the use of a shared word list.

🔨 Built with

🏗️ Setup

  • Install lerna npm i
  • Install all modules with Lerna lerna bootstrap
  • Define API config in packages/api/src/config

🏢 Structure

  • packages/api - Restful API to manage word list.
  • packages/client - Deployable NPM package.