Skip to content

Commit

Permalink
Add Codespaces to feature list
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 18, 2024
1 parent f02126e commit d326597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion makenew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d326597

Please sign in to comment.