Skip to content

Instantly share code, notes, and snippets.

@netseye
Last active April 9, 2019 11:59
Show Gist options
  • Save netseye/a37476e39b0e4e22bc362b043eaa7397 to your computer and use it in GitHub Desktop.
Save netseye/a37476e39b0e4e22bc362b043eaa7397 to your computer and use it in GitHub Desktop.
移动端开发工具集
#!/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