Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 7 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,10 @@
# Alizer

![Go](https://img.shields.io/badge/Go-1.19-blue)
![Build status](https://github.com/redhat-developer/alizer/actions/workflows/CI.yml/badge.svg)
[![License](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](./LICENSE)

Alizer (which stands for Application Analyzer) is a utilily whose goal is to extract informations about an application source code.
Such informations are:

- Programming languages.
- Frameworks.
- Tools used to build the application.
## 🚨 DEPRECATION WARNING

Additionaly, Alizer can also select one devfile (cloud workspace file) from a list of available devfiles and/or
detect components (the concept of component is taken from Odo and its definition can be read on [odo.dev](https://odo.dev/docs/getting-started/basics/#component)).
This repository is deprecated and will be archived. Active developement of this tool has been moved to [devfile/alizer](https://github.com/devfile/alizer).

## Usage

Expand Down Expand Up @@ -164,16 +156,19 @@ The release process of `alizer` is very straightforward. You can create a new re
- The _description_ of the release is optional. You may add a description if there were outstanding updates in the project, not mentioned in the issues or PRs of this release.

### Release Binaries

For each release a group of binary files is generated. More detailed we have the following types:

- `linux/amd64`
- `linux/ppc65le`
- `linux/s390x`
- `windows/amd64`
- `darwin/amd64`

In order to download a binary file:
* Go to the release you are interested for `https://github.com/thepetk/alizer/releases/tag/<release-tag>`
* In the **Assets** section you will see the list of generated binaries for the release.

- Go to the release you are interested for `https://github.com/thepetk/alizer/releases/tag/<release-tag>`
- In the **Assets** section you will see the list of generated binaries for the release.

## Feedback & Questions

Expand Down