question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add possibility to download project generated from template as zip

See original GitHub issue

Feature Suggestion

There are cases when git repository should not be created as result of project (component) generation from template. It will be nice to have possibility to download result of project generation from template as a zip file. Similar idea is implemented by https://start.spring.io/. It gives possibility to download generated project locally and start experiments without messing up company’s git repository.

Possible Implementation

New custom template action, e.g. publish:zip.

Context

Some heavily regulated companies has stron access polices around git repo creation. Current support for publishing to git repo is limited to single token which does not address more complex access setup to git repos (e.g. multi-nested groups in gitlab). This feature could help.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:23 (17 by maintainers)

github_iconTop GitHub Comments

1reaction
benjdlambertcommented, Feb 7, 2022

hmm - that’s going to be pretty difficult for backstage to support, and probably not something that we’re going to look at supporting first class just yet either. If you already had a webserver deployed where you were running backstage, you could use the publish:file action to copy the contents of the workspace to the www directory and then you could navigate to your webserver and download them there as a workaround.

1reaction
benjdlambertcommented, Feb 3, 2022

I think this is still being worked on - but if you’d like to help contribute some other actions that would be great 🙏

Read more comments on GitHub >

github_iconTop Results From Across the Web

Update existing project item templates - Visual Studio (Windows)
Use the Export Template Wizard · Choose File > New > Project from the menu bar. · Select the template that you want...
Read more >
New Project using project-template.zip
I downloaded and opened your project. I can see that one of the templates is configured. I executed the runIde task with the...
Read more >
Custom Project Templates located in "User project templates ...
- Place a project template zip-file in the appropriate sub-folder for the project-type in the previously set "User project templates location"-folder - Try...
Read more >
How do I download the automatically generated files (e.g. .bbl ...
There will be an option to download a .zip with the .bbl included. Once you click the button, it should show a "Compiling...
Read more >
Best Practices: Create your own project templates
Download the Template project zip file, and place it somewhere on your system for storing. Make a copy with a new name and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found