Skip to content

Commit d2d512f

Browse files
authored
@algorithm/cliREADME 생성 기능 수정 (#41)
- 기존의 `@algorithm/cli`의 README 생성 기능이 제대로 동작하지 않는 문제 수정 - `README`의 템플릿 수정 - 변경된 템플릿에 맞게 `README.md` 수정
1 parent cb9c0a7 commit d2d512f

File tree

2 files changed

+389
-389
lines changed

2 files changed

+389
-389
lines changed

packages/cli/src/lib/template/templates/readme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ export const README_TEMPLATE = `
88
| 제목 | 풀이 |
99
| - | - |
1010
{{#each leetcode}}
11-
| [{{this.id}}. {{this.title}} ↗]({{this.url}}) | [풀이 보기]({{this.relativePath}}) |
11+
| [{{this.meta.id}}. {{this.meta.title}} ↗]({{this.meta.url}}) | [풀이 보기]({{this.relativePath}}) |
1212
{{/each}}
1313
1414
### Programmers
1515
1616
| 제목 | 풀이 |
1717
| - | - |
1818
{{#each programmers}}
19-
| [{{this.title}} ↗]({{this.url}}) | [풀이 보기]({{this.relativePath}}) |
19+
| [{{this.meta.title}} ↗]({{this.meta.url}}) | [풀이 보기]({{this.relativePath}}) |
2020
{{/each}}
2121
`;

0 commit comments

Comments
 (0)