angular / angular-cli

CLI tool for Angular
https://cli.angular.io
MIT License
26.73k stars 11.99k forks source link

Update "Code scaffolding" section in README.md generated automatically #28059

Open reuse-ay opened 2 months ago

reuse-ay commented 2 months ago

Command

new

Description

Current "Code scaffolding" section in README.md generated automatically when executing ng new don't include all schematic.

This is current "Code scaffolding" section.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

I'm a developer using Angular. I finished Tour of Heroes, but a year later I discovered the existence of interceptors and resolvers. By including these in the readme, I think more developers will be aware of their existence.

Describe the solution you'd like

include all schematic like this.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module|app-shell|application|config|environments|interceptor|library|resolver|service-worker|web-worker.

Describe alternatives you've considered

No response

alan-agius4 commented 2 months ago

I agree that we should improve this section. Instead of adding more schematics, we should include a link instead.

aparzi commented 1 month ago

Hi @alan-agius4, I'm a new developer who would like to actively contribute to the Angular CLI. I would like to start with this issue. Is it still open? Can I do it?

alan-agius4 commented 1 month ago

@aparzi feel free to open a PR.

aparzi commented 1 month ago

Thanks