Provide a shorthand for starting Angular 2 apps
See original GitHub issueRelated to https://github.com/NativeScript/nativescript-cli/issues/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 for tns create
that acts as a shorthand for tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
.
So tns create my-next-great-angular-project --ng
. Thoughts?
Issue Analytics
- State:
- Created 8 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Angular coding style guide
Looking for an opinionated guide to Angular syntax, conventions, and application structure? Step right in. This style guide presents preferred conventions ...
Read more >DIY Keyboard Shortcuts in Your Angular Application
We'll do so by registering a new shortcut, shift + ? , that opens the modal, and provide the consumer with the option...
Read more >Add Keyboard Shortcuts to Your Angular App - Level Up Coding
Keyboard shortcut handling can easily be added to Angular apps with the angular2-hotkeys library. In this article, we will write a diet ...
Read more >Angular hotkeys (we all love shortcuts!) - DEV Community
Let's review how to implement hotkeys (shortcuts) on Angular apps. On this post, we will use a library called angular2-hotkeys.
Read more >Getting Past Hello World in Angular 2 - SitePoint
In an Angular 2 application, we need to tell Angular when to start up. This is done using the bootstrap method, passing in...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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: https://github.com/NativeScript/nativescript-cli/issues/1650.