Rich-Harris / degit

Straightforward project scaffolding
MIT License
6.93k stars 242 forks source link

fix: Include help.md in build #338

Closed denik1981 closed 2 years ago

denik1981 commented 2 years ago

What is happening? degit --help is throwing an error because of help.md is not being included within the build and lately distributed.

What this solve? It is including help.md inside the dist folder by a simple copy step within the npm script.