File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Bootstrap a new TypeScript module in five minutes or less.
1919- Futuristic debuggable unit testing with [ AVA] .
2020- Code coverage reporting with [ Istanbul] and [ c8] .
2121- Continuous testing and package publishing with [ GitHub Actions] .
22- - [ Keep a CHANGELOG] .
2322- Consistent coding with [ EditorConfig] .
2423
2524[ AVA ] : https://github.com/avajs/ava
@@ -29,7 +28,6 @@ Bootstrap a new TypeScript module in five minutes or less.
2928[ GitHub Actions ] : https://github.com/features/actions
3029[ Istanbul ] : https://istanbul.js.org/
3130[ JavaScript Standard Style ] : https://standardjs.com/
32- [ Keep a CHANGELOG ] : https://keepachangelog.com/
3331[ Node.js ] : https://nodejs.org/
3432[ Prettier ] : https://prettier.io/
3533[ TypeScript ] : https://www.typescriptlang.org/
@@ -89,14 +87,6 @@ $ git fetch --no-tags upstream
8987$ git merge upstream/main
9088```
9189
92- #### Changelog for this skeleton
93-
94- Note that ` CHANGELOG.md ` is just a template for this skeleton.
95- The actual changes for this project are documented in the commit history
96- and summarized under [ Releases] .
97-
98- [ Releases ] : https://github.com/seamapi/makenew-tsmodule/releases
99-
10090## Installation
10191
10292Add this as a dependency to your project using [ npm]
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ makenew () {
5454 read -p ' > Short package description (Foos and bars.): ' mk_description
5555 read -p ' > GitHub repository name (my-repo): ' mk_repo
5656
57- sed_delete README.md ' 9,98d '
57+ sed_delete README.md ' 9,88d '
5858 sed_insert README.md ' 9i' ' TODO'
5959
6060 find_replace " s/^ \" version\" : \" .*\" / \" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments