ng-create-with-config
v1.0.4
Published
Initialize Angular project with Prettier, ESLint, and Tailwind
Maintainers
Readme
ng-create-with-config
Save time by skipping the hassle of manually initializing and configuring your Angular project with the ng-create-with-config command.
Just run it, and you're all set to start coding!
What are included:
This package allows you to quickly set up a new Angular project with pre-configured:
🎨 Prettier for consistent code formatting
🧹 ESLint for identifying and fixing problems in JavaScript and TypeScript code
⭐️ Lint Staged for running linters on pre-committed files
🐶 Husky for ensuring code quality before commits
Requirements
- ✅ Node.js 14 or higher
- ✅ Angular CLI installed globally
Installation
npx ng-create-with-config my-project-nameOr install globally:
npm install -g ng-create-with-config
ng-create-with-config my-project-nameDeveloper mode
node ng-create-with-config/init.js my-appLicense
MIT
