File tree 3 files changed +10
-1
lines changed
3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -70,3 +70,8 @@ Type: [Function](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Sta
70
70
#### config
71
71
72
72
Type: [ Config] ( #config )
73
+
74
+
75
+ ---
76
+
77
+ <a href =" https://www.freepik.com/vectors/business " >Business vector created by teravector - www.freepik.com </a >
Original file line number Diff line number Diff line change 4
4
"main" : " src/server.js" ,
5
5
"bin" : " src/cli.js" ,
6
6
"scripts" : {
7
- "build" : " tsc && documentation readme src/server.js -s API --external tossr --resolve node" ,
7
+ "build" : " tsc && documentation readme src/server.js -s API && node ./postBuild " ,
8
8
"start" : " node server.js" ,
9
9
"test" : " ava"
10
10
},
Original file line number Diff line number Diff line change
1
+ const { appendFileSync} = require ( 'fs' )
2
+ const footer = '\n\n---\n\n<a href="https://www.freepik.com/vectors/business">Business vector created by teravector - www.freepik.com</a>'
3
+
4
+ appendFileSync ( './README.md' , footer )
You can’t perform that action at this time.
0 commit comments