https://github.com/aphexlog/vessel
https://github.com/aphexlog/vessel
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aphexlog/vessel
- Owner: aphexlog
- Created: 2024-02-11T00:44:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-05T00:51:56.000Z (over 1 year ago)
- Last Synced: 2024-11-05T01:23:44.295Z (over 1 year ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vessel (vsl)
A lightweight, serverless command-line tool for managing data with SQLite storage.
## Features
- Serverless architecture
- SQLite-based storage
- Simple command-line interface
- Zero configuration required
- Portable data storage
## Installation
```bash
# Installation instructions will be added
```
## Usage
The basic command syntax is:
```bash
vsl [command] [options]
```
Example commands:
```bash
vsl --help # Show help information
vsl --version # Show version information
```
## Storage
All data is stored locally in SQLite database files, requiring no external server setup or configuration.
## Development
To contribute to Vessel:
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/amazing-feature`)
3. Commit your changes (`git commit -m 'Add some amazing feature'`)
4. Push to the branch (`git push origin feature/amazing-feature`)
5. Open a Pull Request
## License
This project is licensed under the MIT License - see the LICENSE file for details.