Skip to content

CeetronSolutions/fmu-editor

 
 

Repository files navigation

⚠️ Please note that this is a beta version.

FMU Editor


FMU Editor

An integrated development environment for FMU users.

Table of Contents

Introduction

GitHub Total alerts Language grade: JavaScript code style: prettier Libraries.io dependency status for latest release

Enhance your work with FMU by using this integrated development environment. Benefit from its schema validation, supportive editor environment and its source control capabilities.

Available via Komodo.

Features

  • Integrated file explorer
  • Editor for editing FMU configuration files
    • Connected to Komodo for automatic JSON schema support
    • Preview of config files
  • Integrated file version control system
    • Pull, push and log changes
    • Resolve conflicts
    • View other users' changes
  • Changelog explorer for comparing file changes

Feedback

Feel free to send us feedback in the 💬 discussions forum or ❗file an issue.

Feature requests are always welcome 😊👍. If you'd like to contribute, please take a look at our 📜 guidelines.

Build Process

  1. Install Node.js >= 18.13.0 (https://nodejs.org/en/ or for Node Version Manager https://github.com/nvm-sh/nvm).

  2. Clone the repository:

    git clone [email protected]:equinor/fmu-editor.git
  3. Install dependencies:

    npm install
  4. Start electron app in developer mode:

    npm run electron:dev
  5. In order to test the production-ready app, run:

    npm run electron:build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.7%
  • CSS 5.4%
  • JavaScript 5.0%
  • SCSS 1.5%
  • HTML 0.4%