Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dunosaurs/duno.land
🦕 A fresh site about why Deno isn't ready yet.
https://github.com/dunosaurs/duno.land
deno javascript
Last synced: about 2 months ago
JSON representation
🦕 A fresh site about why Deno isn't ready yet.
- Host: GitHub
- URL: https://github.com/dunosaurs/duno.land
- Owner: dunosaurs
- Created: 2022-08-23T14:31:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T17:00:22.000Z (almost 2 years ago)
- Last Synced: 2023-03-10T17:12:41.943Z (almost 2 years ago)
- Topics: deno, javascript
- Language: TypeScript
- Homepage: https://duno.land
- Size: 85 KB
- Stars: 24
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# duno.land
## Motivation
The javascript community, and I personally, really want to see Deno succeed.
This site is not intended to "dunk" on Deno in any way. It's simply my way of
listing what I see as its current shortcomings and what I hope it can improve
on.I would like to additionally clarify that I'm not here to criticize any design
decisions. Some people think that having opinionated software is bad. I
disagree, it makes life a lot easier. Unless there are fundamental limitations
with the current toolkit, I will not add anything about it "not being
configurable enough".## Contributing
Is any information wrong or out of date? Submit an issue or a PR. Are there any
large libraries (>100 GH stars) that don't support Deno? Submit an issue or a
PR.## Run Locally
Start the project:
```bash
deno task start
```This will watch the project directory and restart as necessary.