This repository has been archived by the owner on Oct 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removing js and java implementations
Signed-off-by: Michael Hoang <[email protected]>
- Loading branch information
1 parent
894ac41
commit b903c3c
Showing
106 changed files
with
52 additions
and
7,817 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,50 +1,47 @@ | ||
# Alizer | ||
|
||
[release-svg]: https://img.shields.io/nexus/r/com.redhat.devtools.alizer/alizer?server=https%3A%2F%2Frepository.jboss.org%2Fnexus | ||
[nightly-svg]: https://img.shields.io/nexus/s/com.redhat.devtools.alizer/alizer?server=https%3A%2F%2Frepository.jboss.org%2Fnexus | ||
|
||
![Build status](https://github.com/redhat-developer/alizer/actions/workflows/CI.yml/badge.svg) | ||
![Release][release-svg] | ||
![Nightly][nightly-svg] | ||
|
||
## Overview | ||
|
||
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. | ||
- Programming languages. | ||
- Frameworks. | ||
- Tools used to build the application. | ||
|
||
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)). | ||
|
||
In order to be easily intergrated in other projects, comes in 3 different implementations: | ||
|
||
* Go library & CLI | ||
* **[Deprecated]** Java library & CLI | ||
* **[Deprecated]** NPM package | ||
|
||
*NOTE: Not all implementations support the same features. Please check the table at [alizer-spec](docs/public/alizer-spec.md#feature-table) for a detailed overview.* | ||
|
||
## Usage | ||
As mentioned above Alizer comes with 3 different implementations. Each one has a different usage guide: | ||
|
||
* [Go library & CLI](go/README.md#Usage) | ||
* **[Deprecated]** [Java library & CLI](java/README.md#Usage) | ||
* **[Deprecated]** [NPM package](js/README.md#Usage) | ||
- [Go library & CLI](go/README.md#Usage) | ||
|
||
## Contributing | ||
|
||
This is an open source project open to anyone. This project welcomes contributions and suggestions! | ||
|
||
For information on getting started, refer to the [CONTRIBUTING instructions](CONTRIBUTING.md). | ||
|
||
## Release process | ||
|
||
The release process of `alizer` is very straightforward. You can create a new release [here](https://github.com/redhat-developer/alizer/releases/new). | ||
|
||
* The *title* of the release has to be the new version. `Alizer` follows the `{major}.{minor}.{bugfix}` format (e.g `0.1.0`) | ||
* 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. | ||
- The _title_ of the release has to be the new version. `Alizer` follows the `{major}.{minor}.{bugfix}` format (e.g `0.1.0`) | ||
- 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. | ||
|
||
## Feedback & Questions | ||
|
||
If you discover an issue please file a bug and we will fix it as soon as possible. | ||
* File a bug in [GitHub Issues](https://github.com/redhat-developer/alizer/issues). | ||
|
||
- File a bug in [GitHub Issues](https://github.com/redhat-developer/alizer/issues). | ||
|
||
## License | ||
|
||
EPL 2.0, See [LICENSE](LICENSE) for more information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.