1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-02 09:34:19 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Bartek Iwańczuk
575bdb8451 improve installer (denoland/deno_std#512)
- remove uninstall command
- add --reload to deno fetch - to ensure subsequent installation 
  upgrades script and deps
- fix executable shebang
- fix prompt for subsequent installation
- support custom installation dir via -d/--dir flag
Original: b13441fe8a
2019-06-20 07:52:18 -07:00
Axetroy
33ffb89f5c installer: quote commands correctly (denoland/deno_std#510)
Original: 4317af11d1
2019-06-19 07:16:34 -07:00
Axetroy
c85b1c06a9 lint: add max line length rules (denoland/deno_std#507)
Original: b04fda30c8
2019-06-18 21:22:01 -07:00
Axetroy
d6e92582cc Installer: support windows (denoland/deno_std#499)
Original: a68527f3fe
2019-06-18 09:25:53 -07:00
Bartek Iwańczuk
d00a4beec4 feat: installer (denoland/deno_std#489)
Original: a3015be141
2019-06-14 08:43:06 -07:00