For pull requests commit messages do not need to follow a special message format as it will be squashed and merged.
For PR merge commit message should follow the conventional commits format.
Type must be one of the following:
- fix
- feat
- docs
- refactor
npm link
- Go to a test folder where you want to link the package to (npm should be initialized there)
npm link scaffold-angular
npx scaffold-angular test-app
- It will run create a new Angular app intest-app
folder and add all toolings.