This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet new console -o nexmo | |
cd nexmo | |
dotnet add package Nexmo.Csharp.Client | |
echo $null >> SmsSender.cs | |
echo $null >> appsettings.json | |
dotnet build | |
code . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set-ExecutionPolicy Bypass -Scope Process -Force; | |
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
#framework section | |
choco install dotnetcore-sdk -y | |
choco install nodejs -y | |
#softs | |
choco install googlechrome -y |
NewerOlder