-
-
Notifications
You must be signed in to change notification settings - Fork 197
Provide TypeScript/Babel shorthands for app creation #1355
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
Comments
Thanks! I'd also like to request that the JavaScript files that would typically be created when creating a project get replaced with their TypeScript equivalent should the |
Hi @tjvantoll , @nraboy
or
This will create a new project from |
Also the |
I think it is fine, but I have two concerns.
|
@nraboy , straight to your questions:
Hope this answers your questions. |
Then this sounds like a good plan to me. Looking forward to making TypeScript my primary. Thanks, |
I'm glad you liked the suggested approach. I'm closing this thread now, you can find the details about |
Feature request submitted by @nraboy: add
--typescript
and--babel
flags to thetns create
commandSo basically
tns create hello-world --typescript
would be a shorthand for running bothtns create hello-world
andtns install typescript
.The text was updated successfully, but these errors were encountered: