Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pnguyen215/wsdkit
- Owner: pnguyen215
- Created: 2023-12-07T16:35:40.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-18T04:05:43.000Z (11 months ago)
- Last Synced: 2023-12-19T06:40:51.344Z (11 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```