Docs
Welcome

Lark CLI

What is Lark CLI?

To customize most things when using Create React App (opens in a new tab), you can eject. However, you'll then need to maintain every configuration and script yourself, which can be a bit annoying. Lark CLI, which stands for Create React App Configuration Override, allows you to get all of the benefits of Create React App (opens in a new tab) without ejecting. Customize your configurations ESLint, Babel, PostCSS, and many more with just a single configuration file at the root of your project.

By doing this you're breaking the "guarantees" (opens in a new tab) that CRA provides. That is to say, you now "own" the configs. No support will be provided. Proceed with caution.

About the documentation

On this site, you can find the complete documentation for Lark CLI. If you notice any mistakes or have something you think should be added, create an issue (opens in a new tab) or submit a pull request.

Acknowledgements