const THIS_REPO_IS_FOR = useRemind('dev')
type 회고 = 생각의 기록
type 학습 = 학습 내용의 기록
type 로그 = 개발 내용 기록
interface Issue {
issue?: 'To-Do' | 'Working-On'
}
const SemanticCommitMessages = {
types: ['학습', '개발', '생각', '기타']
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Yoonkeee/useRemind_dev_
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
개발에 관련된 생각들을 기록하고 기억해요.