Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 386 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 386 Bytes

weather-app-assets

Weather app assets. Use as git submodule in the main app.

Add to new weather-app project

cd src
git submodule add https://github.com/[organization]/weather-app-assets assets
git commit -m "Added assets as a submodule"

Clone existing weather-app project with submodule

git clone --recurse-submodules https://github.com/[organization]/weather-app