📄️ Edit Command
The edit command allows you to quickly access and modify various configuration files used in your project. Whether you're adjusting ESLint rules, tweaking Prettier settings, or updating TypeScript configurations, this command streamlines the process by opening the relevant file in your preferred text editor.
📄️ Lighthouse Command
The Lighthouse command allows you to run a website performance analysis using Google Lighthouse. It ensures that you have the necessary dependencies installed and guides you through the process of testing a webpage for performance, accessibility, best practices, SEO, and more.
📄️ Package Manager Command
The pm command initializes a package manager in your project.
📄️ Auto Prefix Command
The autoPrefix command updates VSCode settings to enable automatic formatting with Prettier.
📄️ Setting Commit Lint
Easily configure Commitlint, Husky, and Lint-Staged with simple commands.
📄️ Setting Env
Generates an env file with simple commands.
📄️ Setting Eslint
Generates an ESLint configuration file with simple commands.
📄️ Setting Git Message
This project provides a CLI utility to set up and manage Git commit message templates.
📄️ Setting Husky
This project provides a CLI utility to set up and manage Husky.
📄️ Setting Prettier
Generates an Prettier configuration file with simple commands.
📄️ Setting Typescript
This project provides a CLI utility to set up TypeScript configurations in your project.