1
find angular* -maxdepth 0 -type d \( ! -name . \) -exec bash -c "cd '{}' && git checkout develop && sudo npm i --no-bin-links" \;
You can clone a snippet to your computer for local editing. Learn more.