DEV Community

khalil la
khalil la

Posted on

πŸš€ Ng New Command Generator

Starting a new Angular project always begins with ng new, but remembering all the flags (routing, styles, strict mode, standalone, etc.) can be tricky.

That’s why I built the Ng New Command Generator β€” a small tool for the Angular community that makes project setup super easy.

βœ… Enter your project name

βœ… Pick your options (routing, style, strict, standalone)

βœ… Copy the ready-to-use command

The best part? Your choices are saved in local storage, so next time you visit, your defaults are already there.

πŸ‘‰ Try it now: ng.gridatek.com

Top comments (0)