vite-typescript-scaffold/README.md

35 lines
844 B
Markdown
Raw Permalink Normal View History

2026-01-20 17:25:25 +00:00
![image](https://repository-images.githubusercontent.com/1138425164/4a77ee44-b260-4ebb-bb68-855ac73d31b1)
2026-01-20 16:52:40 +00:00
# project_name
Example TypeScript package ready to be published and used. Pure JavaScript/TypeScript libraries. Zero framework overhead. 2026.
## Init
```bash
./init.sh <project_name> <author> <email>
```
Replaces placeholders and self-deletes.
## Setup
```bash
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.
---
2026-01-20 17:25:25 +00:00
_Created by Asadbek Karimov | [contact@asadk.dev](mailto:contact@asadk.dev) | [asadk.dev](https://asadk.dev)_