Diferencia entre revisiones de «Deno»
Ir a la navegación
Ir a la búsqueda
([feat] Add information Deno - deno-faker) |
([feat] Add information Deno) |
||
Línea 23: | Línea 23: | ||
* Deno Cheat Sheet by droces : [https://droces.github.io/Deno-Cheat-Sheet/ EN] | * Deno Cheat Sheet by droces : [https://droces.github.io/Deno-Cheat-Sheet/ EN] | ||
* Node -> Deno cheatsheet [https://deno.land/manual/node/cheatsheet EN] | * Node -> Deno cheatsheet [https://deno.land/manual/node/cheatsheet EN] | ||
= Instalación = | |||
== PowerShell (Windows) == | |||
irm https://deno.land/install.ps1 | iex | |||
= Librerías = | = Librerías = |
Revisión del 19:06 18 feb 2023
Descripción
Recursos
- Sitio oficial: EN
- Blog oficial: EN
- Manual oficial: EN
- Documentación oficial: EN
- Código fuente: EN
- Deno Third Party Modules: EN
Sitios web
Blogs
- Deno: En
Cheatsheets
Instalación
PowerShell (Windows)
irm https://deno.land/install.ps1 | iex