https://github.com/wiremoons/damt-dart
Acronym Management Tool - written in Dart
https://github.com/wiremoons/damt-dart
acronyms cli command-line dart dartlang database
Last synced: 5 months ago
JSON representation
Acronym Management Tool - written in Dart
- Host: GitHub
- URL: https://github.com/wiremoons/damt-dart
- Owner: wiremoons
- License: mit
- Created: 2023-02-11T12:18:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-19T07:17:04.000Z (almost 2 years ago)
- Last Synced: 2025-02-17T23:44:40.092Z (8 months ago)
- Topics: acronyms, cli, command-line, dart, dartlang, database
- Language: Dart
- Homepage:
- Size: 135 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/wiremoons/damt/actions/workflows/dart.yml)
# damt
Acronym Management Tool - written in Dart
## SQLite3 Supporting Libraries
To use a SQLite database with the application the shared library is needed:
- *Fedora 38:* `sudo dnf install sqlite-devel`
- *Debian* or *Ubuntu:* `sudo apt install libsqlite3-dev`
- *macOS:* already included with macOS
- *Windows:* download the **DLL** file from the [SQLite3 Downloads](https://www.sqlite.org/download.html) page under the section: *Precompiled Binaries for Windows*.