https://github.com/wiremoons/damt
Acronym Management Tool - written in Typescript for the Deno runtime.
https://github.com/wiremoons/damt
deno denoland sqlite typescript
Last synced: 2 months ago
JSON representation
Acronym Management Tool - written in Typescript for the Deno runtime.
- Host: GitHub
- URL: https://github.com/wiremoons/damt
- Owner: wiremoons
- License: mit
- Created: 2024-03-25T15:59:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T18:20:12.000Z (about 2 years ago)
- Last Synced: 2025-02-17T23:44:38.638Z (over 1 year ago)
- Topics: deno, denoland, sqlite, typescript
- Language: TypeScript
- Homepage:
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://raw.githubusercontent.com/hyperium/hyper/master/LICENSE)
[](https://github.com/denoland/deno)
[](https://github.com/wiremoons/damt/actions/workflows/deno.yml)
# damt
Acronym Management Tool - written in _Typescript_ for the
[Deno](https://deno.land/) runtime.
## Installation and Usage
You will need to have a copy of the _Deno_ runtime installed on your computer.
Instructions to achieve this are available from the _Deno_ web page here:
[https://docs.deno.com/runtime/manual/getting_started/installation](https://docs.deno.com/runtime/manual/getting_started/installation).
The installation of _Deno_ is easy, as it is just a single binary executable
file - just download a copy and add it to a directory in your path.
Once _Deno_ is installed, the `damt.ts` source can be run directly with the
command:
```console
deno run --quiet --allow-read --allow-env=ACRODB --allow-write --unstable-temporal https://raw.githubusercontent.com/wiremoons/damt/main/damt.ts
```
The program can be run with _Deno_ using a local copy the file `damt.ts` and the
commands listed below. Clone this repo with `` to obtain a local copy first.
To run the program using the local copy of the `damt.ts` file:
```console
deno run --quiet --allow-read --allow-env=ACRODB --allow-write --unstable-temporal damt.ts
```
A local copy fo the `damt.ts` file can be installed to '`DENO_INSTALL_ROOT`' to
using the command:
```console
`deno install -f --quiet --allow-read --allow-env=ACRODB --allow-write --unstable-temporal damt.ts`
```
A local copy of the program can be compiled using the command:
```console
deno compile --quiet --allow-read --allow-env=ACRODB --allow-write --unstable-temporal damt.ts
```
## Database Setup
WIP
## License
Licensed with the [MIT License](./LICENSE).