# <%= appTitle %>

> Generated by `lhx-cli create --template=lib-single` on <%= year %>.

A TypeScript library packaged in the formats you selected at scaffold time.

## Scripts

```bash
pnpm dev          # watch-rebuild
pnpm build        # produce dist/ (formats: esm / cjs / umd as selected)
pnpm typecheck    # tsc --noEmit
pnpm lint         # biome check
pnpm release      # build + publish (requires npm login)
```

## Bundler

This project was scaffolded with **<%= libBundlerName %>**. Switch by editing the
generated `<%= libBundlerName %>.config.*` file or re-scaffold with a different
bundler:

```bash
lhx-cli create my-lib --template=lib-single --features=bundler-rollup,format-esm,format-umd
```

## Output formats

`<%= libFormatsHumanList %>`. Re-scaffold with `--features=format-esm,format-cjs,format-umd`
(any combination) to change formats.

## Resources

- 🐛 Issues: https://github.com/juwenzhang/lhx-kit/issues
- 📖 Docs: https://juwenzhang.github.io/lhx-kit/
