為部落格系列:打造自己的template-建立一致性程式碼 裡面的sample程式碼用來demo如何建立Visual Studio Template。
可以透過 git clone的方式把此專案clone下來,透過切換tag來看某一個章節相關的程式碼範例。
下面例子是
- clone專案下來
- cd進去專案
- 切換顯示第2篇的相關sample程式
git clone https://github.com/alantsai-samples/mhat-visualstudio-template.git
cd mhat-visualstudio-template
git checkout samplte/chapter02
如果只想要看到最新的程式碼內容就好
可以直接下載最新版本的zip檔案:
如果有任何問題,可以透過:
歡迎任何形式的參與,更多資訊請參考
CONTRIBUTING.md
本專案屬於 MIT License,更多資訊請看 LICENSE.md