A modern TypeScript package template, ready for publishing and use. Pure JavaScript/TypeScript with zero framework overhead. Optimized workflow for 2026. https://asadk.dev/
Go to file Use this template
2026-01-20 12:25:25 -05:00
src init 2026-01-20 11:52:40 -05:00
.gitignore init 2026-01-20 11:52:40 -05:00
init.sh init 2026-01-20 11:52:40 -05:00
LICENSE init 2026-01-20 11:52:40 -05:00
package.json init 2026-01-20 11:52:40 -05:00
pnpm-lock.yaml init 2026-01-20 11:52:40 -05:00
README.md Update README.md 2026-01-20 12:25:25 -05:00
tsconfig.json init 2026-01-20 11:52:40 -05:00
vite.config.ts init 2026-01-20 11:52:40 -05:00

image

project_name

Example TypeScript package ready to be published and used. Pure JavaScript/TypeScript libraries. Zero framework overhead. 2026.

Init

./init.sh <project_name> <author> <email>

Replaces placeholders and self-deletes.

Setup

pnpm install

Scripts

  • pnpm dev - Development mode
  • pnpm build - Build library (CJS + ESM + types)
  • pnpm package - Build and pack for publishing
  • pnpm test - Run tests

License

Please consult the attached LICENSE file for details. All rights not explicitly granted by the Apache 2.0 license are reserved by the original author.


Created by Asadbek Karimov | contact@asadk.dev | asadk.dev