Skip to content

Commit

Permalink
Write a basic README.md
Browse files Browse the repository at this point in the history
We link the reader to the workflow statuses, documentation, and hint
at steps for a contribution.
  • Loading branch information
mristin authored Mar 28, 2024
1 parent 6e54f16 commit 46b1ccc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# aas-core3.0-java
Manipulate, verify and de/serialize asset administration shells in Java.

[![CI](https://github.com/aas-core-works/aas-core3.0-java/actions/workflows/ci.yml/badge.svg)](https://github.com/aas-core-works/aas-core3.0-java/actions/workflows/ci.yml)
[![Build Documentation](https://github.com/aas-core-works/aas-core3.0-java/actions/workflows/build-doc.yaml/badge.svg)](https://github.com/aas-core-works/aas-core3.0-java/actions/workflows/build-doc.yaml)

This is a software development kit (SDK) to manipulate, verify and de/serialize Asset Administration Shells based on the version 3.0 of the meta-model.

The documentation is available on https://aas-core-works.github.io/aas-core3.0-java/.

The code has been automatically generated by aas-core-codegen.

If you want to contribute, please [create a new issue](https://github.com/aas-core-works/aas-core3.0-java/issues/new) first, so that we discuss and synchronize the development.

0 comments on commit 46b1ccc

Please sign in to comment.