trustoverip / spec-up-t

Create technical specifications in markdown. Based on the original Spec-Up, extended with Terminology tooling
https://trustoverip.github.io/spec-up-t-website/
Apache License 2.0
2 stars 2 forks source link

Create update function for the installer script #26

Open kordwarshuis opened 1 month ago

kordwarshuis commented 1 month ago

The Spec-Up-T tool is updated according to NPM's standard operating procedure, namely via npm update.

However, the installation itself (installed via npx create-spec-up-t my-spec) can also use an update function. This will include overwriting the package.json.

kordwarshuis commented 1 month ago

I am not so sure if this is a good idea. It's error-prone, and a manual process seems safer, also since it will not be needed that often, especially in the future. It seems a waste of time.