Categorygithub.com/fintlabs/fint-model
modulepackage
1.6.1
Repository: https://github.com/fintlabs/fint-model.git
Documentation: pkg.go.dev

# README

fint-model

Description

Generates Java and C# models from EA XMI export. This utility is mainly for internal FINT use, but if you find it usefull, please use it!

Usage

$ fint-model
NAME:
   fint-model - Generates Java and C# models from EA XMI export. This utility is mainly for internal FINT use,
   but if you find it usefull, please use it!

USAGE:
   fint-model [global options] command [command options] [arguments...]

VERSION:
   1.0.0

AUTHOR:
   FINTProsjektet

COMMANDS:
     printClasses    list classes
     generate        generates JAVA/CS models
     listPackages    list Java packages
     listNamespaces  list CS namespaces
     listTags        list tags
     listBranches    list branches
     help, h         Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --tag value, -t value  the tag (version) of the model to generate (default: "latest")
   --force, -f            force downloading XMI for GitHub.
   --help, -h             show help
   --version, -v          print the version

The downloaded XMI file is put in the $HOME/.fint-model/.cache. If you don't use the force flag and the file exists in the cache directory it uses this one.

Install

Binaries

Precompiled binaries can be downloaded here

  • Download for your os
  • Rename to fint-consumer
  • Copy to directory in your PATH

Example macOS

$ mv fint-consumer-darwin fint-consumer
$ chmod +x fint-consumer
$ sudo mv fint-consumer /usr/local/bin

Go

To install, use go get:

go get -d github.com/FINTprosjektet/fint-model
go install github.com/FINTprosjektet/fint-model

Author

FINTProsjektet

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author