-
-
Notifications
You must be signed in to change notification settings - Fork 197
Possibility to create a new project from existing one along with its dependencies #847
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
You can get the dependencies and/or runtimes versions from old package.json file and use |
Yes, but still you have to get them manually. My idea is for example |
👍 |
Maybe I'm missing something, but what's the business case here? In case you want the same project, can't you just copy the directory and change the |
@rosen-vladimirov |
Currently
--copy-from
option of thetns create <App Name>
command takes as argument theapp
directory of an existing NativeScript project. In this way the newly created project is not aware of the dependencies of the old one described in its package.json file.It would be nice if there is a possibility to copy not only the
app
folder content, but also project's dependencies (and runtimes versions) information.The text was updated successfully, but these errors were encountered: