cancel
Showing results for 
Search instead for 
Did you mean: 

Download a project in Business Application Studio

Christer
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is it possible to download a separate project in BAS? I know a complete dev space content can be downloaded, and there I can extract one single project, but is it possible to just download one project within that dev space?

gregorw
Active Contributor

As I track all my relevant projects via a external Git repository I don't see a need for such a functionality.

Christer
Product and Topic Expert
Product and Topic Expert

Ah, great. Thanks for the info.

View Entire Topic
yuvraj123
Member

Hello Christer

Its simple , just right click on the project and click on "Archive Project", you will receive a pop up to download the project as zip.

rsham_ososoft
Explorer

Archiving is the right way to go. I tried the download function which downloaded the entire project, node modules et al. resulting in a tar-file +100mb.

With the archiving you can export the scripts to your project, resulting in only a couple of 100kb in a zip archive.

This was exactly what I was looking for.