Skip to content
This repository was archived by the owner on Jan 10, 2021. It is now read-only.

Commit 6d357eb

Browse files
committed
Add attribution to README
1 parent 41a4ade commit 6d357eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

makenew.sh

+3
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ makenew () {
5454
find_replace "s/makenew\/npm-package/${mk_user}\/${mk_repo}/g"
5555
find_replace "s/makenew-npm-package/${mk_slug}/g"
5656

57+
mk_attribution='> Built from [makenew/npm-package](https://github.com/makenew/npm-package).'
58+
sed -i -e "9i ${mk_attribution}\n" README.md
59+
5760
echo
5861
echo 'Replacing boilerplate.'
5962
}

0 commit comments

Comments
 (0)