Giter VIP home page Giter VIP logo

sdkman-website's Introduction

SDKMAN! Golang CLI

Build Status

This project has been downgraded to a mere spike, the learnings of which will lead to the next phase of exploration of the CLI. We are also looking at Rust as an alternative implementation solution.

The current bash implementation is still completely fit for purpose and remains in full production use.

Living Documentation

SDKMAN's development is always driven by tests. More than that, we use Cucumber to describe the behaviour of the CLI in plain English. We do so using Cucumber features, all of which can be found under the features/ folder of this repo. These Features form a body of Living Documentation that evolves with the software implementation.

The Cucumber Features are backed by Step Definitions, snippets of matched code that are invoked in order as the Cucumber Feature are

Development

Prerequisites

Ensure that Go is installed on your system.

Optionally, install Godog for running the Cucumber specifications directly:

$ go get github.com/DATA-DOG/godog/cmd/godog

Running the tests

To run all tests using Go's builtin test support (unit and cukes):

$ cd path/to/the/repo/sdk
$ go test --godog.format=pretty

If Godog was installed earlier, run the Cucumber specs directly in isolation with the following command:

$ godog

Run

To kick the tyres before building:

$ go run sdk.go version

Build

To build and run the binary executable:

$ go build
$ ./sdk

sdkman-website's People

Contributors

aadrian avatar aalmiray avatar dmahapatro avatar dmesu avatar fmamud avatar glaforge avatar grantmcconnaughey avatar helpermethod avatar hgeraldino avatar hho avatar hickst avatar iamsteveholmes avatar jbaruch avatar johnshajiang avatar keeganwitt avatar kousen avatar loboweissmann avatar marc0der avatar melix avatar pascalschumacher avatar reitzig avatar retornam avatar rvanderwerf avatar sbglasius avatar spencergibb avatar svmak avatar tomaslin avatar tonycody avatar wimdeblauwe avatar yackx avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

sdkman-website's Issues

Wrong link to MinGW

(Not sure where to file this issue, couldn't find any of the text of the docs on any of the repositories, so apologies if I missed it.)

On the sdkman.io/install page, it says:

The third solution is for Git users using the Git Bash for Windows environment. In order for this to work, the environment needs to be supplemented with MinGW to add the necessary toolchain to function.

The link to MinGW points to http://www.mingw.org/ which looks like a domain taken over by scammers.

I'm guessing the correct link is https://msys2.org and that MinGW has been replaced by MSys2?

Regardless, the link should be removed or replaced with a working link.

Provide list of packages on website

@ieugen commented on Fri May 06 2016

It would be nice to have a list of packages or search on sdkman.io.


@NoUsername commented on Mon Jun 27 2016

i also second this, it was really confusing for me at first when I recommended the tool to a colleague and said "hey, use this to install gradle" and then "oh wait, gradle istn't listed on the frontpage." followed by "oh wait it is listed in the examples, hm, what else does it support, where's the list??"
i don't want to have to install it to find out. Even if the list is slightly outdated (it could say 'this list may be out of date' or sth), it is better than no online overview at all.

fork me img src gets 403

Summary

Hi there, I stumbled upon your site after reading this article.

It seems the "fork me" github widget in the top right is returning a 403 when requesting the img src.

Screenshots

Network request:

Screenshot 2024-01-16 at 9 42 19 AM

UI element:

Screenshot 2024-01-16 at 9 42 52 AM

Docs don't mention WLS on Windows

The docs say that sdkman "requires Cygwin or MSYS+MinGW" on Windows. This isn't strictly true any more, and now that the Windows Subsystem for Linux is in the Microsoft app store, this is arguably the best option anyway. Works for me BTW with WLS Ubuntu.

Bug: Config options documentation glitch

Bug report
The config option sdkman_selfupdate_enable described in your documentation is wrong. When looking at the actual config file, the name of the option is sdkman_selfupdate_feature.

To reproduce
cat <SDKMAN_DIR>/etc/config shows sdkman_selfupdate_feature=true

System info
Latest version installed via https://get.sdkman.io on Redhat Linux 8.6.

$ sdk version
SDKMAN 5.16.0

Some images are missing

SDKMAN jdks page should list Tencent Kona JDK

SDKMAN already supports Tencent Kona JDK, like the below,

% sdk list java | grep kona
Tencent       |     | 17.0.7       | kona    |            | 17.0.7-kona
              |     | 11.0.19      | kona    |            | 11.0.19-kona
              |     | 8.0.372      | kona    |            | 8.0.372-kona

But the below page doesn't list this JDK yet.
https://sdkman.io/jdks

Could this page add Tencent Kona?
Or, should I do something for that?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.