Last active
April 9, 2019 11:59
-
-
Save netseye/a37476e39b0e4e22bc362b043eaa7397 to your computer and use it in GitHub Desktop.
移动端开发工具集
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#https://cocoapods.org/ | |
sudo gem install cocoapods | |
#https://github.com/fastlane/fastlane | |
# Alternatively using Homebrew | |
#brew cask install fastlane | |
sudo gem install fastlane -NV | |
#https://docs.ansible.com/ | |
pip install ansible-lint | |
#wget | |
brew install wget | |
#jq | |
#https://stedolan.github.io/jq/ | |
brew install jq | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment