# quickly-dev

> Quickly build a local development environment  

## Install 

### Windows

Using PowerShell 

```sh

iwr https://github.com/amihhs/quickly-dev-cli/releases/download/v0.0.4-beta.2/install.ps1 -useb | iex

```

### On POSIX systems

```sh

curl -fsSL https://github.com/amihhs/quickly-dev-cli/releases/download/v0.0.4-beta.2/install.sh | sh -

```

OR using wget 

```sh

wget -qO- https://github.com/amihhs/quickly-dev-cli/releases/download/v0.0.4-beta.2/install.sh | sh -

```