https://github.com/violetbuse/amnesiac
https://github.com/violetbuse/amnesiac
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/violetbuse/amnesiac
- Owner: VioletBuse
- Created: 2024-06-14T17:07:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T20:53:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T20:37:52.920Z (over 1 year ago)
- Language: Gleam
- Size: 16.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amnesiac
[](https://hex.pm/packages/amnesiac)
[](https://hexdocs.pm/amnesiac/)
```sh
gleam add amnesiac
```
```gleam
import amnesiac
pub fn main() {
// TODO: An example of the project in use
}
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```