Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 11.8k
Feature Request: Angular CLI + NativeScript #698
Copy link
Copy link
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussioneffort3: hard (weeks/months)featureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Description
Activity
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussioneffort3: hard (weeks/months)featureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
Feature Request: Built-in support for NativeScript
With the announcement of both Angular CLI and NativeScript's support for Angular 2, I tried to create a new project with Angular CLI that supports NativeScript. I did not have much luck getting things running. Given that both projects are relatively new, I couldn't find any resources on how to make them work together.
Can we add a flag to the CLI that would include NativeScript as part of the new project? I would image something like this:
From what I can see, running
ng newruns thenewcommand which creates a new directory and then runs theinitcommand inside the directory.initappears to accept a command line argumentblueprintthat could help here. Is it possible to add NativeScript support simply by creating a blueprint that includes NativeScript? If so, the above command could beng new PROJECT_NAME --blueprint=nativescript.I'm happy to create a PR for this if the community agrees that it's a good idea.