@talak-web3/templates
v1.0.10
Published
Programmatic project templates used by **`@talak-web3/cli`** when you run `talak-web3 init`. Each template is a map of relative file paths to file contents (strings).
Downloads
64
Readme
@talak-web3/templates
Programmatic project templates used by @talak-web3/cli when you run talak-web3 init. Each template is a map of relative file paths to file contents (strings).
What’s included
nextjs— Minimalpackage.jsonwith Next.js, React, and@talak-web3/core/@talak-web3/hooks, plus a startertalak-web3.config.ts.hono— Minimalpackage.jsonwith Hono and@talak-web3/core.
Usage (library)
import { Templates } from '@talak-web3/templates';
const pkg = Templates.nextjs.files['package.json'];The CLI merges these files into the target directory when initializing a project.
Development
pnpm --filter @talak-web3/templates build
pnpm --filter @talak-web3/templates typecheckLicense
MIT
