Skip to content

Instantly share code, notes, and snippets.

View hkboujrida's full-sized avatar

Haithem BOUJRIDA hkboujrida

View GitHub Profile
dotnet new console -o nexmo
cd nexmo
dotnet add package Nexmo.Csharp.Client
echo $null >> SmsSender.cs
echo $null >> appsettings.json
dotnet build
code .
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