MaibornWolff / MaibornWolff/codecharta
Provide the CCSH via sdkman
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 529
- Forks
- 56
- Avg merge
- 7h 17m
- Merged PRs (30d)
- 34
Description
# Feature request
[Sdkman](https://sdkman.io/) is possibly the best solution to get the JDK and other java tools (maven, gradle). Currently the ccsh/analysis is only shipped via npm. However it might be more convenient, and provide additional exposure, to ship the ccsh also via sdkman.
## Description
As a ccsh user, I want a jdk-centric way to install+update the ccsh, so that I don't have to install npm only for CodeCharta.
## Acceptance criteria
- `sdk list codecharta-analysis` prints "Available Jqassistant Versions: 1.x.x"
- `sdk install codecharta-analysis` downloads ccsh and makes it available to the command-line
## Assumptions & Exclusions
- Java/Kotlin developers are likely to have sdkman installed. Probable because its the easiest way to stay current with the JDK releases and also switch on a by-project-basis.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how ccsh/analysis is currently shipped through npm, then review the SDKMAN candidate format and installation flow. Verify the result with `sdk list codecharta-analysis` and `sdk install codecharta-analysis`; done means the candidate exposes ccsh on the command line and reports the available 1.x.x versions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kotlin, typescript
- Domain
- cli, release
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100