install.bat => install.ps1

This commit is contained in:
AJ ONeal
2020-06-30 03:14:17 -04:00
committed by GitHub
parent 8f7328f33a
commit 60b828875c
+7 -2
View File
@@ -66,8 +66,8 @@ An install consists of 5 parts in 4 files:
my-new-package/
- README.md (package info in frontmatter)
- releases.js
- install.sh
- install.bat
- install.sh (bash)
- install.ps1 (PowerShell)
```
1. Create Description
@@ -249,10 +249,13 @@ webi_post_install # Runs `webi_add_path $pkg_dst_bin`
# Roadmap
- Wrap release APIs to unify and expose
- [ ] Support more Windows packages
- [ ] Support arbitrary git urls (i.e. `@github.com/node/node`)
- (maybe `ghi node/node` for github specifically)
- [ ] Support git as an archive format
<!--
# Windows Notes
```bat
@@ -281,3 +284,5 @@ powershell "Invoke-Expression ( Invoke-WebRequest -UseBasicParsing https://webin
```bat
powershell ( Invoke-WebRequest -UseBasicParsing https://webinstall.dev/node ).Contents | powershell
```
-->