-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Provide a shorthand for starting Angular 2 apps #1595
Comments
@tjvantoll Is it expected to have
Both will use the angular template. In case we provide --ng option, I believe the new app should install modules from angular tag, but maybe I'm not correct. |
@hdeshev Do we plan to maintain the |
We need I don't expect it to disappear completely, but we'll probably use it very rarely. I think it's perfectly fine to pick a version of |
@rosen-vladimirov I would expect I like the idea of having |
@tjvantoll I agree we can have both options ;) |
love this. 👍 |
With the shorthand implementation of:
and
I think it makes sense to support also
for
This will keep the command options consistent as well. What do you think? |
Moved my suggestion to a separate issue: #1650. |
Related to #1498.
As we talk about Angular 2 more I think it’s important that we optimize the getting started experience as much as possible. With that in mind I’d like to propose that we create a
--ng
flag fortns create
that acts as a shorthand fortns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
.So
tns create my-next-great-angular-project --ng
. Thoughts?The text was updated successfully, but these errors were encountered: