https://github.com/ryan-haskell/elm-worker
A hello world demo of using Platform.worker for Elm CLIs
https://github.com/ryan-haskell/elm-worker
Last synced: 2 months ago
JSON representation
A hello world demo of using Platform.worker for Elm CLIs
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-worker
- Owner: ryan-haskell
- Created: 2021-05-01T19:24:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-01T19:30:51.000Z (about 5 years ago)
- Last Synced: 2025-10-02T17:54:23.977Z (9 months ago)
- Language: Elm
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-worker
> An example of using Elm workers to do stuff
## setup
```
npm install
npm run build
```
## running the cli
```
node index.js
```
## after changing files
```
npm run build
```