From d8eae70c731b79dd0c7bfde923ee3b1b912d177c Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Sun, 11 Feb 2024 19:59:28 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20LICENSE=20=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6f1e1aa --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 @tatsutakein + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From df1234e98b383ac71d1e66770109eb80f0bae951 Mon Sep 17 00:00:00 2001 From: Ryo Takeuchi Date: Sun, 11 Feb 2024 20:00:53 +0900 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20README=20=E3=82=92=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 51 ++++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 46 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7923862..cfb5168 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,56 @@ +[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) +[![renovate](https://img.shields.io/badge/maintaied%20with-renovate-blue?logo=renovatebot)](https://app.renovatebot.com/dashboard) +![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tatsutakein/project-boilerplate) + # Project boilerplate -プロジェクト作成時のテンプレートです. +Template for project creation. + +## Features + +TBD -## GetStarted +### Screenshots -以下の手順を踏んで開発に参加しましょう. +TBD -### 1. Bootstrap +## Get Started -以下のコマンドを実行して開発環境を整えます. +After git clone, run the following command ```shell $ make bs ``` + +## Development Environment + +TBD + +## Architecture + +TBD + +## Build + +TBD + +## Testing + +TBD + +## Performance + +TBD + +## Contributors + +Thanks to our wonderful contributors! + + + + + +## License + +boilerplate is distributed under the terms of the MIT License. See the [license](LICENSE) for more +information.