Update readme (#333)
@@ -44,7 +44,7 @@ send an email to ruben@windmill.dev (founder and creator of Windmill).
|
||||
especially concerning flows.
|
||||
</p>
|
||||
|
||||

|
||||

|
||||
|
||||
Windmill is <b>fully open-sourced</b>:
|
||||
|
||||
@@ -56,19 +56,19 @@ Windmill is <b>fully open-sourced</b>:
|
||||
1. Define a minimal and generic script in Python or Typescript that solve a
|
||||
specific task. Here sending an email with SMTP. The code can be defined in
|
||||
the provided Web IDE or synchronized with your own github repo:
|
||||

|
||||

|
||||
|
||||
2. Your scripts parameters are automatically parsed and generate a frontend. You
|
||||
can narrow down the types during task definition to specify regex for string,
|
||||
an enum or a specific format for objects. Each script correspond to an app by
|
||||
itself: 
|
||||
itself: 
|
||||
|
||||
3. Make it flow! You can chain your scripts or scripts made by the community
|
||||
inside flow by piping output to input using "Dynamic" fields that are just
|
||||
plain Javascript. You can also refer to external variables, output from any
|
||||
steps or inputs of the flow itself. The flow parameters then generate
|
||||
automatically an intuitive forms that can be triggered by anyone, like for
|
||||
scripts. 
|
||||
scripts. 
|
||||
|
||||
## Layout
|
||||
|
||||
|
||||
BIN
imgs/arguments.png
Normal file
|
After Width: | Height: | Size: 264 KiB |
BIN
imgs/flow.png
Normal file
|
After Width: | Height: | Size: 174 KiB |
BIN
imgs/python-script.png
Normal file
|
After Width: | Height: | Size: 280 KiB |
BIN
imgs/step1.png
|
Before Width: | Height: | Size: 108 KiB |
BIN
imgs/step2.png
|
Before Width: | Height: | Size: 88 KiB |
BIN
imgs/step3.png
|
Before Width: | Height: | Size: 124 KiB |
BIN
imgs/ts-script.png
Normal file
|
After Width: | Height: | Size: 322 KiB |
BIN
imgs/windmill.png
Normal file
|
After Width: | Height: | Size: 272 KiB |