Skip to content

Commit 93eab20

Browse files
Update README.md
1 parent ec9f3c8 commit 93eab20

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

cheatsheets/javascript/deno/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,16 @@ Deno is a JavaScript runtime which is a replacement to Node.js and with a few en
55
- https://deno.land/
66
> A secure runtime for JavaScript and TypeScript.
77
8+
9+
## Why Deno?
10+
11+
Are you tired of choosing and managing separate dependencies which do all these tasks?
12+
13+
- lint JS (eslint)
14+
- format JS (prettier)
15+
- bundle JS (Webpack or Bundler)
16+
- transpile to older JS (Babel)
17+
- transpile TS to JS (TypeScript)
18+
- run tests (Jasmine or Jest)
19+
20+
Then consider using Deno. It is a modern alternative to NodeJS by the same author and it provides all the functionality just mentioned above - without extra depenedencies.

0 commit comments

Comments
 (0)