https://github.com/fastn-stack/expander
https://github.com/fastn-stack/expander
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fastn-stack/expander
- Owner: fastn-stack
- Created: 2023-01-05T05:38:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T05:33:30.000Z (about 3 years ago)
- Last Synced: 2025-10-21T12:35:11.015Z (5 months ago)
- Homepage: https://ftd-lang.github.io/expander/
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expander
Working demo: https://ftd-lang.github.io/expander/
To use in your FPM package, add it to your `FPM.ftd` file as a dependency:
```ftd
\-- fpm.dependency: ftd-lang.github.io/expander
```
In any file where you want to use the expander write the following:
```ftd
\-- import: ftd-lang.github.io/expander
\-- expander.box: box heading
box body
can be multiline.
```