https://github.com/simplify9/stylebase-translator
https://github.com/simplify9/stylebase-translator
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simplify9/stylebase-translator
- Owner: simplify9
- Created: 2020-07-06T13:07:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-20T07:23:10.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T16:43:11.658Z (over 1 year ago)
- Language: C++
- Size: 41 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stylebase Translator
*Stylebase Translator* is a command line utility aims to transform the JSON output from the WYSIWYG
editor [Stylebase](https://github.com/simplify9/stylebase) into Blazor output. *Potentially more
formats in the future*
# Dependencies
* [Nlohmann's JSON](https://github.com/nlohmann/json) to read the JSON template
# Build
Make sure CMake and a suitable C++ compiler is available, then:
```
$ mkdir build
$ cd build/
$ cmake ../
$ cmake --build .
```
# Using
```
$ ./stylebaseTranslator PATHTOJSONTEMPLATE
```