Altinn / altinn2-convert

Command line tool for converting Altinn 2 reporting services into Altinn 3 apps.
MIT License
2 stars 4 forks source link
altinn cli

altinn2-convert

Command line tool for converting Altinn 2 reporting services into Altinn 3 apps.

Note: This tool is currently a proof of concept (POC), and functionality is therefore limited.

Getting started

These instructions will get you a copy of the project up and running on your local machine.

Installing

Clone the altinn2-convert repo and navigate to the folder.

git clone https://github.com/Altinn/altinn2-convert
cd altinn2-convert

Setting up an empty app

For easy app development, create an empty app in Altinn Studio if this does not already exist, and clone this to your local machine. Files generated using this tool can then be saved directly in the app directory.

Using the converter

Run the application from your faviorite IDE (f.ex. VS Code), or from the command line using dotnet run. Modify the mode variable in Program.cs to run in different modes

There might be other modes in the future when the project matures.