Skip to content

Commit cb3c04c

Browse files
committed
feat: update init command create repo from template repo
1 parent c27fec3 commit cb3c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-todo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ get_issue_id() {
2727
}
2828

2929
init() {
30-
exec gh repo create --confirm --private todo
30+
exec gh repo create --confirm --private --template=yuler/template-todo todo
3131
}
3232

3333
add() {

0 commit comments

Comments
 (0)