Skip to content

개발에 관련된 생각들을 기록하고 기억해요.

Notifications You must be signed in to change notification settings

Yoonkeee/useRemind_dev_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useRemind_dev_

const THIS_REPO_IS_FOR = useRemind('dev')

type 회고 = 생각의 기록
type 학습 = 학습 내용의 기록
type 로그 = 개발 내용 기록

interface Issue {
  issue?: 'To-Do' | 'Working-On'
}

const SemanticCommitMessages = {
  types: ['학습', '개발', '생각', '기타']
}

About

개발에 관련된 생각들을 기록하고 기억해요.

Resources

Stars

Watchers

Forks