Skip to content

Commit d326597

Browse files
committed
Add Codespaces to feature list
1 parent f02126e commit d326597

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,20 @@ Bootstrap a new Ruby gem in five minutes or less.
2121
- [Keep a CHANGELOG].
2222
- Consistent coding with [EditorConfig].
2323
- Badges from [Shields.io].
24+
- Start coding instantly with [GitHub Codespaces].
2425

2526
[bundler]: https://bundler.io/
2627
[editorconfig]: https://editorconfig.org/
28+
[gem release]: https://github.com/svenfuchs/gem-release
2729
[github actions]: https://github.com/features/actions
30+
[github codespaces]: https://github.com/features/codespaces
2831
[keep a changelog]: https://keepachangelog.com/
2932
[rspec]: https://rspec.info/
30-
[rubygems.org]: https://rubygems.org/
3133
[ruby]: https://www.ruby-lang.org/
34+
[rubygems.org]: https://rubygems.org/
3235
[shields.io]: https://shields.io/
3336
[simplecov]: https://github.com/simplecov-ruby/simplecov
3437
[standard]: https://github.com/testdouble/standard
35-
[gem release]: https://github.com/svenfuchs/gem-release
3638

3739
### Bootstrapping a new project
3840

makenew.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ makenew () {
5858
read -p '> GitHub user or organization name (my-user): ' mk_user
5959
read -p '> GitHub repository name (my-repo): ' mk_repo
6060

61-
sed_delete README.md '10,96d'
61+
sed_delete README.md '10,98d'
6262
sed_insert README.md '10i' 'TODO'
6363

6464
find_replace "s/^ \"VERSION\" = \".*\"/ \"VERSION\" = \"0.0.0\"/g"

0 commit comments

Comments
 (0)