Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reg-keygen-git-hash-plugin specify other git directory #391

Open
hikaruna opened this issue Mar 1, 2021 · 0 comments
Open

reg-keygen-git-hash-plugin specify other git directory #391

hikaruna opened this issue Mar 1, 2021 · 0 comments

Comments

@hikaruna
Copy link

hikaruna commented Mar 1, 2021

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

reg-suitのworkspace directoryと、プロジェクトのworkspace direcotryを分けたいです。
I want to register the workspace directory of reg-suit and the workspace direcotry of the project.

ex:

├── reg-suit_workspace
│   ├── .reg
│   ├── regconfig.json
│   ├── directory_contains_actual_images
│   ├── node_modules
│   ├── package.json
│   └── yarn.lock
│   ├── my_project
│   │   ├── .git
│   │   └── package.json

しかしreg-keygen-git-hash-pluginは機能しないようです
But reg-keygen-git-hash-plugin doesn't seem to work

Describe alternatives you've considered

設定ファイルに、git directoryのパスを追加できると良いです。
It would be nice to be able to add the path to the git directory to the config file.

ex:

  "plugins": {
    "reg-keygen-git-hash-plugin": {
      "path": "./my_project"
    }

Additional context

node_moduleは複雑に絡み合っているので、不要な問題を避けるため、テストツールとプロジェクトのパッケージ依存を混ぜたくないのです。
Since node_module is intricately intertwined, I don't want to mix test tool and project package dependencies to avoid unnecessary issues.


thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant