File tree Expand file tree Collapse file tree 3 files changed +1
-19
lines changed Expand file tree Collapse file tree 3 files changed +1
-19
lines changed 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.
19
19
- Futuristic debuggable unit testing with [ AVA] .
20
20
- Code coverage reporting with [ Istanbul] and [ c8] .
21
21
- Continuous testing and package publishing with [ GitHub Actions] .
22
- - [ Keep a CHANGELOG] .
23
22
- Consistent coding with [ EditorConfig] .
24
23
25
24
[ AVA ] : https://github.com/avajs/ava
@@ -29,7 +28,6 @@ Bootstrap a new TypeScript module in five minutes or less.
29
28
[ GitHub Actions ] : https://github.com/features/actions
30
29
[ Istanbul ] : https://istanbul.js.org/
31
30
[ JavaScript Standard Style ] : https://standardjs.com/
32
- [ Keep a CHANGELOG ] : https://keepachangelog.com/
33
31
[ Node.js ] : https://nodejs.org/
34
32
[ Prettier ] : https://prettier.io/
35
33
[ TypeScript ] : https://www.typescriptlang.org/
@@ -89,14 +87,6 @@ $ git fetch --no-tags upstream
89
87
$ git merge upstream/main
90
88
```
91
89
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
-
100
90
## Installation
101
91
102
92
Add this as a dependency to your project using [ npm]
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ makenew () {
54
54
read -p ' > Short package description (Foos and bars.): ' mk_description
55
55
read -p ' > GitHub repository name (my-repo): ' mk_repo
56
56
57
- sed_delete README.md ' 9,98d '
57
+ sed_delete README.md ' 9,88d '
58
58
sed_insert README.md ' 9i' ' TODO'
59
59
60
60
find_replace " s/^ \" version\" : \" .*\" / \" version\" : \" 0.0.0\" /g"
You can’t perform that action at this time.
0 commit comments