correct readme, add lisence

This commit is contained in:
Gregor Lohaus
2026-04-08 01:30:52 +02:00
parent b9f675d1b9
commit 020ac91ab9
2 changed files with 2 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Treat a directory as a template. File paths and contents support conditionals (`
## Install
```sh
bun install tdir zod
bun add @gregorlohaus/tdir zod
```
## Quick start

View File

@@ -1,6 +1,7 @@
{
"name": "@gregorlohaus/tdir",
"version": "0.1.0",
"license": "MIT",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",