From d326597c3e58d2d0df74d46a2e32f6203e9a84e2 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 17 Apr 2024 23:44:43 -0700 Subject: [PATCH] Add Codespaces to feature list --- README.md | 6 ++++-- makenew.sh | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3e7631..ca639bc 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,20 @@ Bootstrap a new Ruby gem in five minutes or less. - [Keep a CHANGELOG]. - Consistent coding with [EditorConfig]. - Badges from [Shields.io]. +- Start coding instantly with [GitHub Codespaces]. [bundler]: https://bundler.io/ [editorconfig]: https://editorconfig.org/ +[gem release]: https://github.com/svenfuchs/gem-release [github actions]: https://github.com/features/actions +[github codespaces]: https://github.com/features/codespaces [keep a changelog]: https://keepachangelog.com/ [rspec]: https://rspec.info/ -[rubygems.org]: https://rubygems.org/ [ruby]: https://www.ruby-lang.org/ +[rubygems.org]: https://rubygems.org/ [shields.io]: https://shields.io/ [simplecov]: https://github.com/simplecov-ruby/simplecov [standard]: https://github.com/testdouble/standard -[gem release]: https://github.com/svenfuchs/gem-release ### Bootstrapping a new project diff --git a/makenew.sh b/makenew.sh index 18ceb2b..caa693a 100755 --- a/makenew.sh +++ b/makenew.sh @@ -58,7 +58,7 @@ makenew () { read -p '> GitHub user or organization name (my-user): ' mk_user read -p '> GitHub repository name (my-repo): ' mk_repo - sed_delete README.md '10,96d' + sed_delete README.md '10,98d' sed_insert README.md '10i' 'TODO' find_replace "s/^ \"VERSION\" = \".*\"/ \"VERSION\" = \"0.0.0\"/g"