Skip to content

Commit 074ed97

Browse files
committed
Add Codespaces to feature list
1 parent 868ac1e commit 074ed97

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,25 @@ Bootstrap a new TypeScript module in five minutes or less.
2424
- [Keep a CHANGELOG].
2525
- Consistent coding with [EditorConfig].
2626
- Badges from [Shields.io].
27+
- Start coding instantly with [GitHub Codespaces].
2728

2829
[AVA]: https://github.com/avajs/ava
2930
[ECMAScript module]: https://nodejs.org/api/esm.html
3031
[ESLint]: https://eslint.org/
3132
[EditorConfig]: https://editorconfig.org/
3233
[GitHub Actions]: https://github.com/features/actions
34+
[GitHub Codespaces]: https://github.com/features/codespaces
3335
[Istanbul]: https://istanbul.js.org/
3436
[JavaScript Standard Style]: https://standardjs.com/
3537
[Keep a CHANGELOG]: https://keepachangelog.com/
3638
[Node.js]: https://nodejs.org/
3739
[Prettier]: https://prettier.io/
3840
[Shields.io]: https://shields.io/
39-
[semantic-release]: https://semantic-release.gitbook.io/semantic-release/
4041
[TypeScript]: https://www.typescriptlang.org/
4142
[c8]: https://github.com/bcoe/c8
4243
[landlubber]: https://github.com/razor-x/landlubber
4344
[npm]: https://www.npmjs.com/
45+
[semantic-release]: https://semantic-release.gitbook.io/semantic-release/
4446
[yargs]: https://yargs.js.org/
4547

4648
### Bootstrapping a new project

makenew.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ makenew () {
5757
read -p '> GitHub user or organization name (my-user): ' mk_user
5858
read -p '> GitHub repository name (my-repo): ' mk_repo
5959

60-
sed_delete README.md '10,105d'
60+
sed_delete README.md '10,107d'
6161
sed_insert README.md '10i' 'TODO'
6262

6363
find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"

0 commit comments

Comments
 (0)