Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suptejas/turbocharge
A package assistant for Windows, MacOS And Linux !
https://github.com/suptejas/turbocharge
automation package-manager python
Last synced: about 1 month ago
JSON representation
A package assistant for Windows, MacOS And Linux !
- Host: GitHub
- URL: https://github.com/suptejas/turbocharge
- Owner: suptejas
- License: apache-2.0
- Created: 2020-08-18T16:55:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-27T18:53:36.000Z (over 3 years ago)
- Last Synced: 2024-09-20T01:18:45.890Z (about 2 months ago)
- Topics: automation, package-manager, python
- Language: Python
- Homepage:
- Size: 808 KB
- Stars: 14
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TurboCharge
Official Website : www.turbocharge.dev
A turbocharged way of installing all the packages you would ever want! Turbocharge automatically tests if the installed packages are working correctly for you on MacOS, Linux And Windows!
### Avaliability
TurboCharge currently supports Windows, MacOS And Debian-Based Operating Systems.
It uses a backend of apt, snap, brew and chocolatey, giving you a seamless and enjoyable experience!## Installation
Turbocharge can be installed using PyPI:
On Windows:
```
pip install turbocharge
```
On MacOS And Linux:```
pip3 install turbocharge
```Warning: The below line of code is deprecated, and is not recommended:
## Documentation
Install a package with TurboCharge using
```
turbo install
```Install multiple packages with TurboCharge using
```
turbo install
```Uninstall a package with TurboCharge using
```
turbo remove
```Uninstall multiple packages with TurboCharge using
```
turbo remove
```Note: Make sure that there is no space between each of the package names after and before the `,`.
List all installable packages with TurboCharge using
```
turbo list
```List all installed packages with TurboCharge using
```
turbo local
```Update an installed package with TurboCharge using
```
turbo update
```Search for a package avaliable in TurboCharge using:
```
turbo search
```Clean unnecesarry data from packages using TurboCharge with
```
turbo clean
```Get the current version of TurboCharge with
```
turbo --version
```