Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:guneysus/rende into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
guneysus committed Mar 22, 2022
2 parents 15df9e4 + 6da99c9 commit 4448f2d
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,37 @@ Rende
=====

-- TODO

## Installation


### scoop
```shell
scoop install https://raw.githubusercontent.com/guneysus/rende/master/rende.scoop.json
```

### dotnet global tool
```shell
dotnet tool install -g Rende --version 0.0.6-alpha --add-source https://www.myget.org/F/guneysu/api/v3/index.json
```


## Usage

-- TODO

## Why the executable is so big: (~ 35MB)?
```
rende -e fluid -s .\template.fluid -m .\samples\fluid.json
```


This is tool developed with .NET Core 3.1.
Since the runtime included in as a consequence the executable became so big.
Without the runtime, it is under `1MB`.
## Why the executable is so big: (~ 35MB)?

-- TODO

## Why?

-- TODO

## Is It Cross Platform?
YES

YES!

0 comments on commit 4448f2d

Please sign in to comment.