reg-keygen-git-hash-plugin specify other git directory
hikaruna opened this issue · 0 comments
hikaruna commented
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.