docs: README v2.0.0 재작성 + Makefile 신규 경로 반영

README: Breaking Change 안내, 트레이 팝오버/설정창/Auto-Manual/Undo 기능 설명,
새 CLI 명령(file/dir/디폴트), v2 라이브러리 API 추가.
Makefile: dist/mac-arm64/NFD2NFC.app 경로, clean 타겟 추가.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 15:45:07 +09:00
parent 4b89a498f9
commit 05ba9f3034
2 changed files with 76 additions and 41 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
.PHONY: install build clean
build:
npm ci
npm run build
install: build
cp -R "dist/mac-arm64/NFD2NFC.app" /Applications/
clean:
rm -rf out dist node_modules