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!
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
- ✅ Node.js 14 or higher
- ✅ Angular CLI installed globally
npx ng-create-with-config my-project-nameOr install globally:
npm install -g ng-create-with-config
ng-create-with-config my-project-namenode ng-create-with-config/init.js my-appMIT