Postinstall command for Paperist template
The command copying templates to project folder.
Write configs like below to Paperist template's package.json
.
{
"dependencies": {
"@paperist/postinstaller-for-template": "*"
},
"scripts": {
"postinstall": "postinstaller-for-template"
}
}
PRs accepted.