Add a 'Download' button to 'My Stack' which will let users download every library in their stack in one file. The jsdelivr API at https://github.com/jsdelivr/api will be used to power this feature. A field will be added the library model for the jsdelivr name. Then in the app a jsdelivr download URL will be generated in the form http://cdn.jsdelivr.net/g/lib1@1.0.0,lib2@2.0.0 based off the contents of the user's stack.
Add a 'Download' button to 'My Stack' which will let users download every library in their stack in one file. The jsdelivr API at https://github.com/jsdelivr/api will be used to power this feature. A field will be added the library model for the jsdelivr name. Then in the app a jsdelivr download URL will be generated in the form http://cdn.jsdelivr.net/g/lib1@1.0.0,lib2@2.0.0 based off the contents of the user's stack.
Thank you to @jimaek for suggesting this feature.