Skip to content

developing-today/cli

Repository files navigation

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force
$base = "https://raw.githubusercontent.com"
$repo = "developing-today/cli"
$ref = "main"
$prefix = "$base/$repo/$ref"
$file = "Initialize-CommandLineInterface.ps1"
$env:CLI_PREFIX = $prefix
Invoke-RestMethod "$prefix/$file" | Invoke-Expression
# all done
scoop bucket known | ForEach-Object { scoop bucket add $_ }
scoop update
# all done
scoop update
scoop update *
# all done

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published