Commit d326597 1 parent f02126e commit d326597 Copy full SHA for d326597
File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,20 @@ Bootstrap a new Ruby gem in five minutes or less.
21
21
- [ Keep a CHANGELOG] .
22
22
- Consistent coding with [ EditorConfig] .
23
23
- Badges from [ Shields.io] .
24
+ - Start coding instantly with [ GitHub Codespaces] .
24
25
25
26
[ bundler ] : https://bundler.io/
26
27
[ editorconfig ] : https://editorconfig.org/
28
+ [ gem release ] : https://github.com/svenfuchs/gem-release
27
29
[ github actions ] : https://github.com/features/actions
30
+ [ github codespaces ] : https://github.com/features/codespaces
28
31
[ keep a changelog ] : https://keepachangelog.com/
29
32
[ rspec ] : https://rspec.info/
30
- [ rubygems.org ] : https://rubygems.org/
31
33
[ ruby ] : https://www.ruby-lang.org/
34
+ [ rubygems.org ] : https://rubygems.org/
32
35
[ shields.io ] : https://shields.io/
33
36
[ simplecov ] : https://github.com/simplecov-ruby/simplecov
34
37
[ standard ] : https://github.com/testdouble/standard
35
- [ gem release ] : https://github.com/svenfuchs/gem-release
36
38
37
39
### Bootstrapping a new project
38
40
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ makenew () {
58
58
read -p ' > GitHub user or organization name (my-user): ' mk_user
59
59
read -p ' > GitHub repository name (my-repo): ' mk_repo
60
60
61
- sed_delete README.md ' 10,96d '
61
+ sed_delete README.md ' 10,98d '
62
62
sed_insert README.md ' 10i' ' TODO'
63
63
64
64
find_replace " s/^ \" VERSION\" = \" .*\" / \" VERSION\" = \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments