Skip to content

intelligentplant/IndustrialAppStore.ClientTools.DotNet

Repository files navigation

Industrial App Store Client Tools

This repository contains client tools and templates for writing Industrial App Store apps using C# and ASP.NET Core.

Quick Start

  1. Run the following command from the command line: dotnet new --install IntelligentPlant.IndustrialAppStore.Templates
  2. Open Visual Studio, create a new project, and search for "Industrial App Store" in the project templates list.
  3. Follow the instructions in your project's README.md file to register your app with the Industrial App Store.

Installing Templates

You can install templates for Visual Studio 2022, Visual Studio 2019 and the dotnet new command line tool by following the instructions here.

Writing Apps

Documentation for using the Industrial App Store/Data Core API client in your apps is available here.