Skip to content

README.md 자동화 스크립트 작성 #3

@syohnet

Description

@syohnet

What

  • 폴더구조를 반영해서 작성글들을 목록으로 만들어 주는 자동화 스크립트 작성
  • e,g. /TIL/Python/a.md /TIL/Python/b.md 가 있다면 아래와 같이 TOC 가 작성됨
# TIL 
## Python
- [a](/Python/a.md)
- [b](/Python/b.md) 

How

  • tree 출력해서 정규표현식 이용해 parsing 해버릴까?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions