feat: docs and bump version

This commit is contained in:
2024-06-16 11:27:29 +02:00
parent 379b2e7f0b
commit 66d41b8ff3
2 changed files with 8 additions and 1 deletions

View File

@@ -1 +1,8 @@
# full-calendar-ics-converter
## how to use
1. get the executable from the releases
2. run the executable:
`./conv --ics <path to ics file> --out <path to output file>`
3. profit

View File

@@ -1,6 +1,6 @@
{
"name": "full-calendar-ics-converter",
"version": "1.0.0",
"version": "1.1.0",
"module": "index.ts",
"type": "module",
"devDependencies": {