From 784fbcba9829359936e709f2e9a214577d8a5798 Mon Sep 17 00:00:00 2001 From: peterhnm Date: Tue, 24 Oct 2023 23:13:28 +0200 Subject: [PATCH] chore: add missing files --- apps/miranum-config-editor/.vscodeignore | 3 + apps/miranum-config-editor/CHANGELOG.md | 14 +++++ apps/miranum-config-editor/README.md | 73 ++++++++++++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 apps/miranum-config-editor/.vscodeignore create mode 100644 apps/miranum-config-editor/CHANGELOG.md create mode 100644 apps/miranum-config-editor/README.md diff --git a/apps/miranum-config-editor/.vscodeignore b/apps/miranum-config-editor/.vscodeignore new file mode 100644 index 00000000..56b6f123 --- /dev/null +++ b/apps/miranum-config-editor/.vscodeignore @@ -0,0 +1,3 @@ +node_modules +**/favicon.ico +**/index.html diff --git a/apps/miranum-config-editor/CHANGELOG.md b/apps/miranum-config-editor/CHANGELOG.md new file mode 100644 index 00000000..60822a37 --- /dev/null +++ b/apps/miranum-config-editor/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +* Initial version of the *Miranum Config Editor*. + + +[unreleased]: https://github.com/Miragon/miranum-ide/compare/release/v0.5.5...HEAD diff --git a/apps/miranum-config-editor/README.md b/apps/miranum-config-editor/README.md new file mode 100644 index 00000000..66950561 --- /dev/null +++ b/apps/miranum-config-editor/README.md @@ -0,0 +1,73 @@ +
+ + +[![Contributors][contributors-shield]][contributors-url] +[![Forks][forks-shield]][forks-url] +[![Stargazers][stars-shield]][stars-url] +[![Issues][issues-shield]][issues-url] +[![MIT License][license-shield]][license-url] + + + +
+
+ + Logo + +

Miranum IDE by Miragon

+ + Twitter Follow + + + LinkedIn Follow + +

+ One IDE for everything! +
+ Report Bug + ยท + Request Feature +

+
+ +## About The Project [![Version][version-shield]][version-url] [![Installs][installs-shield]][installs-url] + +[Miranum IDE](https://marketplace.visualstudio.com/items?itemName=miragon-gmbh.miranum-ide) is a collection of *VS Code Plugins* that allows you to edit, manage and access all artifacts for your +process application in one place. + +**Miranum Config Editor** is one component of **Miranum IDE**. + + +## Features + + +## Contributing + +Contributions are what make the open-source community such an amazing place to learn, inspire, and create. +Any contributions you make are **greatly appreciated**. + +To learn more about the frameworks we use and how you can get involved, click [here](https://github.com/Miragon/miranum-ide/blob/main/README.md). +Furthermore, please have a look at our [Code of Conduct](https://miranum.com/docs/components/contributing/). + +### License + +Distributed under the [Apache License Version 2.0](https://github.com/Miragon/miranum-ide/blob/main/LICENSE). + + + + +[contributors-shield]: https://img.shields.io/github/contributors/Miragon/miranum-ide.svg?style=for-the-badge +[contributors-url]: https://github.com/Miragon/miranum-ide/graphs/contributors +[forks-shield]: https://img.shields.io/github/forks/Miragon/miranum-ide.svg?style=for-the-badge +[forks-url]: https://github.com/Miragon/miranum-ide/network/members +[stars-shield]: https://img.shields.io/github/stars/Miragon/miranum-ide.svg?style=for-the-badge +[stars-url]: https://github.com/Miragon/miranum-ide/stargazers +[issues-shield]: https://img.shields.io/github/issues/Miragon/miranum-ide.svg?style=for-the-badge +[issues-url]: https://github.com/Miragon/miranum-ide/issues +[license-shield]: https://img.shields.io/github/license/Miragon/miranum-ide.svg?style=for-the-badge +[license-url]: https://github.com/Miragon/miranum-ide/blob/main/LICENSE + +[version-shield]: https://img.shields.io/visual-studio-marketplace/v/miragon-gmbh.miranum-config-editor +[version-url]: https://marketplace.visualstudio.com/items?itemName=miragon-gmbh.miranum-config-editor +[installs-shield]: https://img.shields.io/visual-studio-marketplace/i/miragon-gmbh.miranum-config-editor +[installs-url]: https://marketplace.visualstudio.com/items?itemName=miragon-gmbh.miranum-config-editor