Files
nexus-sync/README.md
T
2026-05-12 00:12:28 +03:00

26 lines
283 B
Markdown

# nexus-sync
a utility that allows you to manage your computers.
*Main Idea*
server can send to every client "what to do". Centralized control for all clients.
## Development
```
pip install -e .[dev]
```
### To build
```
make [client|server]
```
### To test
```
pytest
```