https://github.com/zapkub/pakkretqc
HPQC client but with Fluent UI and no IE shit. Built with Golang and React (ESBuild)
https://github.com/zapkub/pakkretqc
Last synced: 3 months ago
JSON representation
HPQC client but with Fluent UI and no IE shit. Built with Golang and React (ESBuild)
- Host: GitHub
- URL: https://github.com/zapkub/pakkretqc
- Owner: zapkub
- Created: 2021-01-18T18:43:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T17:54:09.000Z (over 4 years ago)
- Last Synced: 2023-08-03T01:06:02.459Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PakkretQC
HPQC with no IE shit 🤷🏼♂️## Development
This project is focusing on simplicity of development tools. It is included with a set of simple tool chain built-in natively without any fancy dependency.### Front-end and Server (compile TS + Development server)
```
$ PAKKRETQC_ALM_ENDPOINT=https://[your-alm-hpqc-endpoint] go run devtools/cmd/appbundler/main.go -w
```
then devtool will compile typescript files and serve front-end server.## Build
```
$ ./build.sh
$ ./bundler.sh ## optionally packing a tarball
```