iOS、Mac原生开发
扩展包管理系统:CocoaPods
- 自己创建一个pod库:
pod lib create NAME
具体后边进行详细的描述,包含自己的组件化pod - 扩展包查询网址:https://cocoapods.org
也可以直接用pod search 进行直接的查询
Python
- 扩展包管理系统:pip
安装方法
然后在终端中 运行get-pip.py
终端命令: sudo python get-pip.py
如果是在python3 环境下
终端命令:sudo python3 get-pip.py
来源:https://www.jianshu.com/p/a072099715f2
相关使用见 https://www.runoob.com/w3cnote/python-pip-install-usage.html
Node.js、electron、Vue
- 扩展包管理系统:npm
- 扩展包查询网址:https://www.npmjs.com
php
-
扩展包管理系统:composer
-
安装扩展包管理系统:brew install composer
-
扩展包查询网址:https://packagist.org
扩展包查询网址中文网:http://packagist.p2hp.com
flutter
- 扩展包查询网址:https://pub.dartlang.org
网友评论