hay-kot / scaffold

A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns.
https://hay-kot.github.io/scaffold/
MIT License
51 stars 5 forks source link

Print the version of the template that was used #182

Closed alexeagle closed 1 day ago

alexeagle commented 2 months ago

As users of a scaffold report issues, it's essential to know exactly what version (and remote URL) of the scaffold they used. Since this package will cache git fetches, it's also possible users are accidentally pinned to an old version of the scaffold so they didn't pick up changes.

I think it would be nice to print this at the same time as the user's collected form values are repeated.

  - Scaffold used: https://github.com/some-remote/scaffold@v1.2.3
  ? Project Name test
  ? Languages to be used in the project
      - JavaScript & TypeScript