generated from whyk-pg/learn-repo-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9a6f0aa
commit 18795d9
Showing
3 changed files
with
1,131 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
# Learn Repo Template | ||
![Status: ToDo](https://flat.badgen.net/static/Status/ToDo/red) | ||
<!-- ![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow) --> | ||
# Verify Division Store | ||
<!-- ![Status: ToDo](https://flat.badgen.net/static/Status/ToDo/red) --> | ||
![Status: In Progress](https://flat.badgen.net/static/Status/In%20Progress/yellow) | ||
<!-- ![Status: Done](https://flat.badgen.net/static/Status/Done/green) --> | ||
|
||
## 本リポジトリの目的 | ||
練習用リポジトリを目的や達成目標を持って実施できるようにするため | ||
Wikiシステムの中で使いたいテキストの差分管理と記事間の差分表示を模索したい | ||
(多くのテキストを扱うWikiシステムという性格上、全文保存による差分表示はDBへの負担が重いため) | ||
|
||
## 本リポジトリの達成目標 | ||
このテンプレートリポジトリを使って練習用リポジトリを作成されるようになる | ||
- [ ] テキスト差分アルゴリズムを使って、前後のバージョンでテキスト差分が表示されることを確認 | ||
- [ ] 遠くのバージョンと突き合わせてテキスト差分が表示されることを確認 | ||
|
||
## 参考資料 | ||
- 特になし | ||
- [SQLite | Node.js v22.11.0 Documentation](https://nodejs.org/docs/latest-v22.x/api/sqlite.html) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
{ | ||
"scripts": { | ||
"check": "biome check --unsafe .", | ||
"check:write": "pnpm check --write" | ||
"format": "pnpm check --write" | ||
}, | ||
"volta": { | ||
"node": "20.16.0" | ||
"node": "22.11.0" | ||
}, | ||
"packageManager": "pnpm@9.4.0", | ||
"packageManager": "pnpm@9.14.2", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3" | ||
"@biomejs/biome": "^1.8.3", | ||
"@types/node": "^22.10.0", | ||
"tsx": "^4.19.2", | ||
"vitest": "^2.1.6" | ||
} | ||
} |
Oops, something went wrong.