Skip to content

Commit 3f0670b

Browse files
authored
Create README.md
1 parent 4fc70e9 commit 3f0670b

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

README.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<h1 align="center">HtmlToComposeWebConverter</h1>
2+
Intellij Idea Plugin that can convert HTML to Compose for Web code.
3+
4+
5+
[![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg
6+
)](https://github.com/Foso/HtmlToComposeWebConverter/blob/master/LICENSE)
7+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
8+
<a href="https://twitter.com/intent/tweet?text=Hey, check out HtmlToComposeWebConverter https://github.com/Foso/HtmlToComposeWebConverter via @jklingenberg_
9+
"><img src="https://img.shields.io/twitter/url/https/github.com/angular-medellin/meetup.svg?style=social" alt="Tweet"></a>
10+
11+
### Show some :heart: and star the repo to support the project
12+
13+
[![GitHub stars](https://img.shields.io/github/stars/Foso/HtmlToComposeWebConverter.svg?style=social&label=Star)](https://github.com/Foso/HtmlToComposeWebConverter) [![GitHub forks](https://img.shields.io/github/forks/Foso/HtmlToComposeWebConverter.svg?style=social&label=Fork)](https://github.com/Foso/HtmlToComposeWebConverter/fork) [![GitHub watchers](https://img.shields.io/github/watchers/Foso/HtmlToComposeWebConverter.svg?style=social&label=Watch)](https://github.com/Foso/HtmlToComposeWebConverter) [![Twitter Follow](https://img.shields.io/twitter/follow/jklingenberg_.svg?style=social)](https://twitter.com/jklingenberg_)
14+
15+
## Introduction
16+
17+
18+
19+
# 🏠 Architecture
20+
21+
## 🛠️ Built With
22+
### Kotlin
23+
[![jCenter](https://img.shields.io/badge/Kotlin-1.6.10-green.svg
24+
)]()
25+
26+
27+
28+
### Project Structure
29+
* <kbd>converter/main</kbd> - Module with the converter
30+
* <kbd>ideaplugin</kbd> - Module with the Idea Plugin that is using the converter
31+
32+
## ✍️ Feedback
33+
34+
Feel free to send feedback on [Twitter](https://twitter.com/jklingenberg_) or [file an issue](https://github.com/foso/HtmlToComposeWebConverter/issues/new). Feature requests are always welcome.
35+
36+
37+
## 📜 License
38+
39+
This project is licensed under the Apache License, Version 2.0 - see the [LICENSE.md](https://github.com/Foso/HtmlToComposeWebConverter/blob/master/LICENSE) file for details
40+
41+
### Find this project useful ? :heart:
42+
* Support it by clicking the :star: button on the upper right of this page. :v:
43+
44+
License
45+
-------
46+
47+
Copyright 2021 Jens Klingenberg
48+
49+
Licensed under the Apache License, Version 2.0 (the "License");
50+
you may not use this file except in compliance with the License.
51+
You may obtain a copy of the License at
52+
53+
http://www.apache.org/licenses/LICENSE-2.0
54+
55+
Unless required by applicable law or agreed to in writing, software
56+
distributed under the License is distributed on an "AS IS" BASIS,
57+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
58+
See the License for the specific language governing permissions and
59+
limitations under the License.

0 commit comments

Comments
 (0)