You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I agree, maybe ask Kevin for a trustoverip repo with a link to this issue, right away for we might face unnecessary integration challenges if we postpone this.
What
The starter pack currently has a directory that contains a functional Spec-Up-T installation.
This is the directory: https://github.com/trustoverip/spec-up-t-starter-pack/tree/main/spec-up-t-starterpack
When calling
npx create-spec-up-t my-specification
, the subdirectory is copied to the location where the npx script is called.This directory should get its own repo. The installation script should copy the files from this repo instead of copying the subdirectory.
Why
This way, we can create a GitHub Action Workflow that does the same as the current npx installation script.
Who
This way, users are not dependent on the Command Line.
Feature requested by @talltree and Carly Huitema.
What way
We will keep the current sub-directory and installation script as is. The new repo is for testing, and if it works, we can move over to this repo.
Also see: #76
The text was updated successfully, but these errors were encountered: