Skip to content

MDD4REST/mdd4rest-metamodels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Icely Metamodels
Icely Metamodels

EMF Metamodels are used by the icely-framework generator

GitHub release (latest by date) GitHub last commit GitHub GitHub Repo stars

AboutKey FeaturesHow To UseRoadmapContributingLicense

About

List of metamodels:

✨ Key Features

🚀 How To Use

Using Update Site

You can use the update site through the Help->Install new software menu in Eclipse to install Icely Metamodels from:
https://icelyframework.github.io/icely-metamodels/updates/

Using Standalone as Package

To use Icely Metamodels as standlone package, JARs are available from Github Packages.

Example using Maven:

<dependencies>
  ...
    <dependency>
        <groupId>com.github.icelyframework.metamodels</groupId>
        <artifactId>com.github.icelyframework.metamodels</artifactId>
        <version>1.1.0-SNAPSHOT</version>
    </dependency>
  ...
</dependencies>

Example using Gradle Groovy:

dependencies {
    implementation 'com.github.icelyframework.metamodels:com.github.icelyframework.metamodels:1.0.0'
}

☑ Roadmap

If you want to see a new feature feel free to create a new Issue. Here are some features which are either underway or planned:

If you'd like to give any of these a shot feel free to contribute.

Support

Buy Me A Coffee

License

Copyright © 2021 Amir Deljouyi.
Icely Metamodels is made available under the Apache-2.0 licensed.

🤝 Contributing

Contributions, issues and feature requests are welcome.
Feel free to check issues page if you want to contribute.


amirdeljouyi  ·  GitHub @amirdeljouyi  ·  Twitter @amirdeljouyi