File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Bootstrap a new TypeScript module in five minutes or less.
23
23
- Fully automated version management and package publishing with [ semantic-release] and [ Conventional Commits] .
24
24
- Continuous testing and package publishing with [ GitHub Actions] .
25
25
- Consistent coding with [ EditorConfig] .
26
+ - Start coding instantly with [ GitHub Codespaces] .
26
27
- Get PR reviews directly from [ code owners] .
27
28
- Automatically close [ stale] Issues and Pull Requests.
28
29
@@ -33,6 +34,7 @@ Bootstrap a new TypeScript module in five minutes or less.
33
34
[ ESLint ] : https://eslint.org/
34
35
[ EditorConfig ] : https://editorconfig.org/
35
36
[ GitHub Actions ] : https://github.com/features/actions
37
+ [ GitHub Codespaces ] : https://github.com/features/packages
36
38
[ GitHub Packages ] : https://github.com/features/packages
37
39
[ Istanbul ] : https://istanbul.js.org/
38
40
[ JavaScript Standard Style ] : https://standardjs.com/
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ makenew () {
55
55
read -p ' > Short package description (Foos and bars.): ' mk_description
56
56
read -p ' > GitHub repository name (my-repo): ' mk_repo
57
57
58
- sed_delete README.md ' 9,96d '
58
+ sed_delete README.md ' 9,100d '
59
59
sed_insert README.md ' 9i' ' TODO'
60
60
61
61
find_replace " s/^ \" version\" : \" .*\" / \" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments