eclipsesource / eclipsesource/jsonforms-react-webcomponents
Unmaintainable by community
- 主要語言
- TypeScript
- 星號
- 0
- 分支
- 2
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Hello,
This repo points to things that don't exists or are not publicly available.
For instance, the dev dependency `"@jsonforms/test": "^2.3.2"` doesn't exists and scripts points to path outside the repo:
```
"scripts": {
"bundle": "../../node_modules/.bin/webpack --config ./webpack.build.js --env=production --display-error-details",
"build": "../../node_modules/.bin/tsc",
"clean": "rm -rf lib coverage dist .nyc_output 2> /dev/null",
"lint": "../../node_modules/.bin/tslint --project tsconfig.json --exclude src/models/jsonSchema.ts",
"report": "../../node_modules/.bin/nyc report --reporter=html",
"test": "../../node_modules/.bin/ava",
"test-cov": "../../node_modules/.bin/nyc ../../node_modules/.bin/ava",
"doc": "../../node_modules/.bin/typedoc --name 'JSON Forms Web Component Wrapper' --mode file --excludeExternals --theme ../../typedoc-jsonforms --out docs src"
}
```
It would be nice to have it working on its own so it can be updated or extended with custom renderers.
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
從對 @jsonforms/test 的依賴和列出的 scripts 開始,尤其要檢查指向 repository 外部的路徑。檢查 build、lint、test、coverage、bundle 和文件命令是否可以從此 repository 執行;當專案能夠獨立運作並可使用自訂 renderer 進行擴充時,即視為完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- typescript, webpack
- 領域
- build-system, tooling
- Issue 類型
- 重構
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100