Skip to content

Quick new project command #1754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
shammelburg opened this issue Aug 19, 2016 · 3 comments
Closed

Quick new project command #1754

shammelburg opened this issue Aug 19, 2016 · 3 comments

Comments

@shammelburg
Copy link

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

angular2-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.

@aciccarello
Copy link
Contributor

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?

@filipesilva
Copy link
Contributor

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.

angular.io uses https://github.com/angular/quickstart as the base for all it's examples, so perhaps that is what you are actually looking for.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants