Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Apr 17, 2024
1 parent 7b84fa5 commit 7bace0f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ With its simple syntax, **Elys** is an excellent choice for rapid prototyping an
It provides easy interaction with the host application and straightforward handling of tasks such as data management, interface control, and process automation.


## API

If you want to use **elys** in your project, then you just need to install it using `nimble` and use it as follows:
```sh
nimble install https://github.com/HapticX/elys
```

```nim
import elys
discard elys.exec("print(1)")
```


## Hello, world! 👋

Here's hello world program written in **Elys**:
Expand Down

0 comments on commit 7bace0f

Please sign in to comment.