Giter VIP home page Giter VIP logo

mhat-common-boilerplate-repo's Introduction

mhat-common-boilerplate-repo

Gitter

這個專案的目的是提供一個template,方便建立新專案的時候,包含需要的最基本資訊。

每一個資料夾或者檔案的作用詳細說明可以參考我的部落格該怎麼開專案的資料夾結構?每個專案應該要有的資料夾結構和檔案

在使用的時候,quote (>作為開頭的文字)都可以刪掉,那些是說明用途。

這個部分的內容主要簡短介紹這個專案的目的。有些時候會在這個部分放上一些標章(例如建制情況等)和專案的logo。

安裝 (install)

這個專案並無安裝的前置條件

這個部分寫的是開始使用的前置條件 - 例如用npm或者nuget安裝的指令。

快速使用 (getting started)

使用這個專案有兩種模式:

  1. 不包含這個專案的歷史記錄
  2. 包含這個專案的歷史記錄

不包含這個專案的歷史記錄

可以直接下載最新版本的zip檔案:

下載最新的zip

或者可以 :

  1. clone專案
  2. 刪除.git資料夾
  3. 重新git init(新的版控記錄)

Powershell指令來說就是:

git clone https://github.com/alantsai/mhat-common-boilerplate-repo.git
cd mhat-common-boilerplate-repo
rm .git -Recurse -Force
git init
git add -A
git commit -m "init project"

包含這個專案的歷史記錄

操作步驟

  1. clone專案
  2. 刪掉origin的位置
  3. 調整origin到新的位置
git clone https://github.com/alantsai/mhat-common-boilerplate-repo.git
cd mhat-common-boilerplate-repo
git remote rm origin
git remote add origin {new repo url}

這個部分告訴大家如何開始使用你的這個專案。一般來說提供一個hello world範例之後,會提供鏈接到詳細的doc說明。

幫助 (support)

如果有任何問題,可以透過開issue 或者 可以在 gitter上面發問。

參與修改 (Contributing)

歡迎任何形式的參與,更多資訊請參考
CONTRIBUTING.md

貢獻者 (Contributors)

如果有任何要感謝的貢獻者,可以專門寫到 CONTRIBUTORS.md 檔案,或者直接在這個檔案裡面列出來。

作者 (Authors)

假設需要列出專案的作者(和版權有關),那麼可以列在 AUTHORS.md 裡面。

感謝 (Acknowledgements)

如果專案有使用到一些第三方的library或者一些資源想要感謝可以寫在這裡,或者如果內容比較多可以列在 ACKNOWLEDGMENTS.md 裡面。

授權 (License)

本專案屬於 MIT License,更多資訊請看 LICENSE.md

mhat-common-boilerplate-repo's People

Contributors

alantsai avatar chiyunjai avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

mhat-common-boilerplate-repo's Issues

typo in README.MD

感謝 (Acknowledgements)
如果專案有使用到一些第三方的library或者一些資源想要感謝可以卸載這裡,或者如果內容比較多可以列在 ACKNOWLEDGMENTS.md 裡面。

應是寫在而不是卸載

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.