do-lint is a CLI tool that quickly initializes code quality tools for frontend projects, supporting Vue, React, and Angular with TypeScript or JavaScript. Version 1.0.2 ships TypeScript types and requires Node >=16. It is actively maintained with monthly updates. It configures ESLint, Prettier, Husky, and lint-staged in one command, reducing manual setup effort. Key differentiators include interactive and CLI modes, support for multiple frameworks, and automatic Git hooks integration.
npm install do-lintNo compatibility data collected yet for this library.
Installs do-lint globally and initializes a React + TypeScript project with ESLint, Prettier, Husky, and lint-staged configuration.
Use 'do-lint init' interactively or specify '-t' flag with the desired template (e.g., -t react-ts) starting from v1.0.0.
Run 'npm install -g do-lint' to install globally.
Ensure npm global bin is in PATH or use npx do-lint init.