Skip to content

yethee/denv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

DENV - Development environment

Set up a web development environment on Windows.

Included tools:

Requirements

  • PowerShell 5.0 or higher

Installation

First, you must change execution policy for PowerShell. Run PowerShell as Administrator and call:

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Force

To install dev tools, run PowerShell as Administrator and call:

iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/yethee/denv/master/setup.ps1'))

About

Set up a web development environment on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published