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 ## Install
```sh ```sh
bun install tdir zod bun add @gregorlohaus/tdir zod
``` ```
## Quick start ## Quick start

View File

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