https://github.com/zanderlewis/plasma
A developer toolkit for various purposes
https://github.com/zanderlewis/plasma
Last synced: 10 months ago
JSON representation
A developer toolkit for various purposes
- Host: GitHub
- URL: https://github.com/zanderlewis/plasma
- Owner: zanderlewis
- License: mit
- Created: 2025-06-21T15:51:10.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T01:17:11.000Z (11 months ago)
- Last Synced: 2025-07-01T01:28:54.418Z (11 months ago)
- Language: Python
- Homepage: https://pypi.org/project/plsma/
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plasma
A developer's toolkit for managing and automating common development tasks.
## Overview
Plasma is a command-line utility that provides a collection of useful commands for developers, organized into categories for easy access.
## Installation
Install the package using `uv`:
```bash
uv add plsma
```
Or clone and install locally:
```bash
git clone https://github.com/zanderlewis/plasma.git
cd plsma
uv install -e .
```
## Usage
The main command is `plasma`. You can:
- List all available commands: `plasma` or `plasma list`
- List commands by category: `plasma list:`
- Run a specific command: `plasma [args]`
- Show version: `plasma --version`
- Show help: `plasma --help`
## Requirements
- Python 3.10+
- Dependencies: click, psutil, rich
## Development
This project uses:
- `uv` for dependency management
- `ruff` for linting and formatting
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.