Skip to content

ssimiao/fetch.NET

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fetch.NET

Como testar

1. Abra seu terminal
  • Se você já tiver o .net core 3.1 instalado no seu computador
  • Se você não tiver o .net core 3.1 instalado
    • Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
    • choco install dotnetcore-sdk
    • git clone https://github.com/ArahirooriharA/fetch.NET.git
    • cd ../fetch.net/fetch.net
    • dotnet build
    • cd ../bin/debug/netcoreapp3.1
    • fetch.net

About

Um CLI app inspirado no neofetch para windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages