An open API service indexing awesome lists of open source software.

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

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
```