Your friendly neighborhood code quality enhancer and linting wizard! ✨
CodePolishPro is an intelligent, interactive CLI tool that takes the pain out of setting up ESLint, Prettier, and other code quality tools for your projects. Whether you're a seasoned dev or just starting out, we've got you covered!
Getting started is as easy as 1-2-3!
npm install code-polish-pro
npx code-polish-pro
That's it! Follow the prompts, and we'll set up your project faster than you can say "lint"!
Our wizard will guide you through a series of questions:
Based on your answers, we'll:
If you prefer to install globally:
npm install -g code-polish-pro
Then you can run it in any project:
code-polish-pro
code-polish-pro
at the root of your projectpackage.json
file in your projectDEBUG=true code-polish-pro
for detailed logging if you encounter any issuesWe love contributions! If you have ideas for improvements or find any bugs, please open an issue or submit a pull request. Check out our Contributing Guidelines for more details.
This project is licensed under the MIT License - see the LICENSE file for details.
A big thank you to the ESLint, Prettier, and Husky teams for their amazing tools!
Happy coding! Remember, polished code is happy code! 😊