Create Angular App (CAA) is a alternative project manager for Angular projects, it can replace the Angular CLI. Soon it will be published on NPM.
- It's faster than Angular CLI.
- Use a package manager of your choice.
- Easier to replace karma as test library.
git clone https://github.com/fredcoutinho52/create-angular-app.git
npm install -g [path-for-package-folder]
caa new [app-name]
caa generate [component-name]