- Drupal 8 Blueprints
- Alex Burrows
- 89字
- 2021-07-03 00:03:21
Homebrew
The first important tool is HomeBrew (no, it's not teaching you how to make some alcohol at home). It is a fantastic addition to the shell that allows us to execute and install packages very easily.
If you go to https://brew.sh, you can copy and paste into Terminal and away you go, with very simple commands, such as the following:
brew install curl
What the preceding command will do is to download and install the curl package for us. This is just an example of what it does.
推薦閱讀
- Modular Programming with Python
- JavaScript高效圖形編程
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- 羅克韋爾ControlLogix系統(tǒng)應(yīng)用技術(shù)
- Mastering OpenCV 4
- Python金融數(shù)據(jù)分析
- Web程序設(shè)計(第二版)
- Mastering Google App Engine
- 軟件供應(yīng)鏈安全:源代碼缺陷實例剖析
- 零基礎(chǔ)學C語言第2版
- Python編程:從入門到實踐(第3版)
- JavaScript前端開發(fā)基礎(chǔ)教程
- RESTful Web API Design with Node.js
- 劍指大數(shù)據(jù):企業(yè)級電商數(shù)據(jù)倉庫項目實戰(zhàn)(精華版)
- Python編程零基礎(chǔ)入門