Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pnguyen215/wsdkit

As a developer, setting up your workspace on Linux or MacOS can often be a time-consuming and error-prone task. This GitHub repository aims to simplify and streamline the process by providing an automated solution for configuring your development environment.
https://github.com/pnguyen215/wsdkit

Last synced: 3 days ago
JSON representation

As a developer, setting up your workspace on Linux or MacOS can often be a time-consuming and error-prone task. This GitHub repository aims to simplify and streamline the process by providing an automated solution for configuring your development environment.

Awesome Lists containing this project

README

        

# wsdkit

As a developer, setting up your workspace on Linux or MacOS can often be a time-consuming and error-prone task. This GitHub repository aims to simplify and streamline the process by providing an automated solution for configuring your development environment.

## Install

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pnguyen215/wsdkit/master/install.sh)"
```

## Upgrade

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pnguyen215/wsdkit/master/upgrade.sh)"
```

## Uninstall

```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/pnguyen215/wsdkit/master/uninstall.sh)"
```

## Usage

Open your terminal and typing:

```bash
wsdkit
```