create-ts-sdk
v1.2.0
Published
Create typescript SDK for frontend and backend
Downloads
21
Readme
create-ts-sdk
This package is designed to help developers effortlessly create a TypeScript SDK (or project) without any configuration. It comes with built-in features such as pnpm, tsup, eslint, prettierrc, husky, ts-jest, changeset, CICD, and a warm heart.
Usage
npx create-ts-sdk <Your SDK Name>For example, if you want to create a SDK named foo-sdk, you can run:
npx create-ts-sdk foo-sdk