From 074ed97eb20eac823c908e50689f4f3726a3f8d9 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Wed, 17 Apr 2024 23:25:58 -0700 Subject: [PATCH] Add Codespaces to feature list --- README.md | 4 +++- makenew.sh | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db2fe8e..a8c3d95 100644 --- a/README.md +++ b/README.md @@ -24,23 +24,25 @@ Bootstrap a new TypeScript module in five minutes or less. - [Keep a CHANGELOG]. - Consistent coding with [EditorConfig]. - Badges from [Shields.io]. +- Start coding instantly with [GitHub Codespaces]. [AVA]: https://github.com/avajs/ava [ECMAScript module]: https://nodejs.org/api/esm.html [ESLint]: https://eslint.org/ [EditorConfig]: https://editorconfig.org/ [GitHub Actions]: https://github.com/features/actions +[GitHub Codespaces]: https://github.com/features/codespaces [Istanbul]: https://istanbul.js.org/ [JavaScript Standard Style]: https://standardjs.com/ [Keep a CHANGELOG]: https://keepachangelog.com/ [Node.js]: https://nodejs.org/ [Prettier]: https://prettier.io/ [Shields.io]: https://shields.io/ -[semantic-release]: https://semantic-release.gitbook.io/semantic-release/ [TypeScript]: https://www.typescriptlang.org/ [c8]: https://github.com/bcoe/c8 [landlubber]: https://github.com/razor-x/landlubber [npm]: https://www.npmjs.com/ +[semantic-release]: https://semantic-release.gitbook.io/semantic-release/ [yargs]: https://yargs.js.org/ ### Bootstrapping a new project diff --git a/makenew.sh b/makenew.sh index 1ad1d1f..0b228ce 100755 --- a/makenew.sh +++ b/makenew.sh @@ -57,7 +57,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,105d' + sed_delete README.md '10,107d' sed_insert README.md '10i' 'TODO' find_replace "s/^ \"version\": \".*\"/ \"version\": \"0.0.0\"/g"