Skip to content

Commit bf5c6de

Browse files
committed
Add Codespaces to feature list
1 parent c7070b3 commit bf5c6de

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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/

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)