Skip to content

Commit 49ae87b

Browse files
committed
add README
1 parent 10ecf82 commit 49ae87b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ReScript Deno
2+
3+
ReScript bindings to Deno APIs.
4+
5+
## FAQ
6+
7+
### Isn't Deno for TypeScript?
8+
9+
Deno can host plain JavaScript. That means any Alt-JS languages can be hosted either.
10+
11+
### But Why?
12+
13+
Deno is a good platform. Even better with the better language.
14+
15+
### How can I verify this works?
16+
17+
You can run [examples](./examples) with the `yarn example` script.
18+
19+
```bash
20+
# Build once before running.
21+
yarn install
22+
yarn build
23+
24+
yarn example example/catj.bs.js package.json
25+
```
26+
27+
## LICENSE
28+
29+
MIT

0 commit comments

Comments
 (0)