You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add a quick start option like ng new PROJECT_NAME --quick and for it to install the bare minimum files as in the first "Get Started" tutorial on angular.io
Maybe --minimal? I like the idea of a quick setup. My only question is how do you communicate that the minimal setup doesn't follow style recommendations?
We already install the minimal number of files for a CLI generated project to work. It is true this minimum is fairly big, but that is being tracked in #1263.
Would it be possible to add a quick start option like
ng new PROJECT_NAME --quick
and for it to install the bare minimum files as in the first "Get Started" tutorial on angular.ioangular2-quickstart
app
| --app.component.ts
| --app.module.ts
| --main.ts
node_modules ...
typings ...
index.html
package.json
styles.css
systemjs.config.js
tsconfig.json
typings.json
I like building apps from scratch and I find all the other files unnecessary.
The text was updated successfully, but these errors were encountered: