Rich-Harris / degit

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

`degit --help` not working. Help file is missing. #339

Closed denik1981 closed 2 years ago

denik1981 commented 2 years ago

What is the issue? The degit --help command is not working cause the help file is not being distributed on the release.

Error: ENOENT: no such file or directory, open '**/node_modules/degit/dist/help.md'

What do you expect to happen? degit --help should show the help information for degit.

denik1981 commented 2 years ago

I have submitted PR #338 that addresses this problem.

Note aside, there is some CI problem regarding a syntax error coming from eslint that is stopping every PR to merge well. Someone might want to check for that. This is an awesome utility from R.Harris and will be a pity if it ends in the shadow.

denik1981 commented 2 years ago

Closing this due to the lack of activity.