Skip to content

tranvo-dev/ng-create-with-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A minimal tool to initialize new Angular project with pre-configured Prettier, Eslint, Husky and Lint staged.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors