https://github.com/juliacomputing/examplecomponents
An Example JSML Component Library
https://github.com/juliacomputing/examplecomponents
Last synced: 4 months ago
JSON representation
An Example JSML Component Library
- Host: GitHub
- URL: https://github.com/juliacomputing/examplecomponents
- Owner: JuliaComputing
- Created: 2024-09-02T22:45:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-04T21:41:34.000Z (about 1 year ago)
- Last Synced: 2025-04-03T01:42:04.636Z (7 months ago)
- Language: JavaScript
- Size: 4.71 MB
- Stars: 2
- Watchers: 17
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExampleComponents
## Introduction
This is a basic component library for JSML. It can be used as a template for starting
JSML projects.
## Build
To translate the JSML code into Julia, simply run the `juliasim` compiler,
_e.g.,_:
```
$ juliasim compile .
```
Once built, you can commit the generated code to the `git` repository and/or
publish this code in a registry as a normal Julia package.