ng-create-with-config

December 14, 2025 ยท View on GitHub

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-name

Or install globally:

npm install -g ng-create-with-config
ng-create-with-config my-project-name

Developer mode

node ng-create-with-config/init.js my-app

License

MIT