Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hex0punk/bulleter
A reasonml note parser to fit my chaotic needs
https://github.com/hex0punk/bulleter
Last synced: 12 days ago
JSON representation
A reasonml note parser to fit my chaotic needs
- Host: GitHub
- URL: https://github.com/hex0punk/bulleter
- Owner: hex0punk
- Created: 2021-09-27T18:21:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T02:34:02.000Z (about 3 years ago)
- Last Synced: 2023-03-01T18:16:31.202Z (over 1 year ago)
- Language: Reason
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bulleter
Just a simple ReasonML program that allows me to format note dumps using an idea I started using based on general bullet jounaling principles, except not really.
## Why?
I have been wanting to write something like this before, and it seemed simple enough for my first ReasonML project.
## How to run it
```shell
$ node path/to/Bulleter.bs.js path/to/inNotes.md path/to/outNotes.md
```