Earlier quoted context omitted.
Thank you :) The CLI is just a command line interface that makes scaffolding and generating a project a lot easier. Adding new components, routes, services, etc... can be done with simple commands. Angular seed gives you a skeleton that you can start your app with, and the quick start provides a super barebones starting point with just a single AppComponent if I'm not mistaken. I personally enjoy using the CLI and ha…
Not sure if you've used this but it sounds like Angular CLI is very similar to Yeoman in terms of guided app generation. That blog post is very good BTW. I like how it goes through all of the intermediate steps that any developer would do to make a PoC.
And thank you, I appreciate it! I tried my best to flush out every single step I had to go through while building the app so I'm glad you liked it.