File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -24,23 +24,25 @@ Bootstrap a new TypeScript module in five minutes or less.
24
24
- [ Keep a CHANGELOG] .
25
25
- Consistent coding with [ EditorConfig] .
26
26
- Badges from [ Shields.io] .
27
+ - Start coding instantly with [ GitHub Codespaces] .
27
28
28
29
[ AVA ] : https://github.com/avajs/ava
29
30
[ ECMAScript module ] : https://nodejs.org/api/esm.html
30
31
[ ESLint ] : https://eslint.org/
31
32
[ EditorConfig ] : https://editorconfig.org/
32
33
[ GitHub Actions ] : https://github.com/features/actions
34
+ [ GitHub Codespaces ] : https://github.com/features/codespaces
33
35
[ Istanbul ] : https://istanbul.js.org/
34
36
[ JavaScript Standard Style ] : https://standardjs.com/
35
37
[ Keep a CHANGELOG ] : https://keepachangelog.com/
36
38
[ Node.js ] : https://nodejs.org/
37
39
[ Prettier ] : https://prettier.io/
38
40
[ Shields.io ] : https://shields.io/
39
- [ semantic-release ] : https://semantic-release.gitbook.io/semantic-release/
40
41
[ TypeScript ] : https://www.typescriptlang.org/
41
42
[ c8 ] : https://github.com/bcoe/c8
42
43
[ landlubber ] : https://github.com/razor-x/landlubber
43
44
[ npm ] : https://www.npmjs.com/
45
+ [ semantic-release ] : https://semantic-release.gitbook.io/semantic-release/
44
46
[ yargs ] : https://yargs.js.org/
45
47
46
48
### Bootstrapping a new project
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ makenew () {
57
57
read -p ' > GitHub user or organization name (my-user): ' mk_user
58
58
read -p ' > GitHub repository name (my-repo): ' mk_repo
59
59
60
- sed_delete README.md ' 10,105d '
60
+ sed_delete README.md ' 10,107d '
61
61
sed_insert README.md ' 10i' ' TODO'
62
62
63
63
find_replace " s/^ \" version\" : \" .*\" / \" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments