0.0.8 • Published 1 month ago

scaffold-angular v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Scaffold Angular

The package will save you time when starting a new project on Angular. It sets up a working environment with all the tools every project needs such as: ESLint, Stylelint, Git hooks, Prettier. These ensure smooth development by providing guard rails for code style. Save hours of arguing during pull request reviews, spending hours teaching the code standards to the new team members. Automated tooling will take care of it for you.

Strict rules are applied and can be changed later when the app was scaffolded to fulfill the needs of the team.

Prerequisites

Node >= v18

Using the package

npx scaffold-angular my-app

Toolings provided by the package

Currently script only supports scaffolding new Angular project with all toolings listed below enabled and configured

  1. ESLint - runs linting rules over ts/js/html files
  2. Template rules
  3. Jasmine rules
  4. RxJS rules
  5. Sonar rules
  6. Stylelint - runs linting rules over scss files
  7. Prettier - formats all files
  8. SVGO - minifies svg images (if run twice in a row could produce two different code results which look identically)
  9. Lint-staged - allows splitting commands by file ext
  10. Husky - allows automated git hooks setup