feat: infra setup
This commit is contained in:
parent
b11f5850fc
commit
52fc033888
3 changed files with 9 additions and 1 deletions
|
@ -4,3 +4,10 @@ This application parses data in my [zettelkasten](https://github.com/thomasabish
|
|||
SQLite database that records key metadata about each entry (tags, backlinks, outlinks etc).
|
||||
|
||||
It exposes a command line application for interfacing with the database.
|
||||
|
||||
## Running app in local development
|
||||
|
||||
```
|
||||
source venv/bin/activate
|
||||
eolas-db
|
||||
```
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
python-frontmatter==1.1.0
|
2
setup.py
2
setup.py
|
@ -10,7 +10,7 @@ setup(
|
|||
],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"eolas-db=cli:main",
|
||||
"run=app:main",
|
||||
],
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue