Skip to content

Commit

Permalink
feature/add project readme snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeDTomita committed Jan 14, 2024
1 parent 99b4d79 commit ffcddd4
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
49 changes: 49 additions & 0 deletions .vscode/markdown.code-snippets
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"readme snippet": {
"prefix": ["readme", "README"],
"scope": "markdown",
"body": [
"<!-- FIXME title -->",
"",
"# APP NAME",
"",
"## INDEX",
"",
"- [ABOUT](#about)",
"- [LICENSE](#license)",
"- [ENVIRONMENT](#environment)",
"- [PREPARING](#preparing)",
"- [HOW TO USE](#how-to-use)",
"- [ABOUT](#about)",
"",
"---",
"",
"## ABOUT",
"",
"---",
"",
"## LICENSE",
"",
"---",
"",
"<!-- NOLICENSE or MIT? -->",
"[FIXME](./LICENSE)",
"",
"---",
"",
"## ENVIRONMENT",
"",
"---",
"",
"## PREPARING",
"",
"---",
"",
"## HOW TO USE",
"",
"---",
"",
],
"description": "README.md snippet"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ application: react-app
DOCKER_DEFAULT_PLATFORM=linux/amd64 copilot init
```

> [!IMPORTANT]
> [!IMPORTANT]
> copilot/以下のファイルを編集することで設定を変更できる。
> [!NOTE]
Expand Down

0 comments on commit ffcddd4

Please sign in to comment.