File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ Bootstrap a new TypeScript module in five minutes or less.
2323- Fully automated version management and package publishing with [ semantic-release] and [ Conventional Commits] .
2424- Continuous testing and package publishing with [ GitHub Actions] .
2525- Consistent coding with [ EditorConfig] .
26+ - Start coding instantly with [ GitHub Codespaces] .
2627- Get PR reviews directly from [ code owners] .
2728- Automatically close [ stale] Issues and Pull Requests.
2829
@@ -33,6 +34,7 @@ Bootstrap a new TypeScript module in five minutes or less.
3334[ ESLint ] : https://eslint.org/
3435[ EditorConfig ] : https://editorconfig.org/
3536[ GitHub Actions ] : https://github.com/features/actions
37+ [ GitHub Codespaces ] : https://github.com/features/packages
3638[ GitHub Packages ] : https://github.com/features/packages
3739[ Istanbul ] : https://istanbul.js.org/
3840[ JavaScript Standard Style ] : https://standardjs.com/
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ makenew () {
5555 read -p ' > Short package description (Foos and bars.): ' mk_description
5656 read -p ' > GitHub repository name (my-repo): ' mk_repo
5757
58- sed_delete README.md ' 9,96d '
58+ sed_delete README.md ' 9,100d '
5959 sed_insert README.md ' 9i' ' TODO'
6060
6161 find_replace " s/^ \" version\" : \" .*\" / \" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments