create-vite-sdk
v0.0.3
Published
## Scaffolding Your First Vite SDK
Downloads
5
Readme
create-vite-sdk
Scaffolding Your First Vite SDK
Compatibility Note: Vite requires Node.js version 18+, 20+. However, some templates require a higher Node.js version to work, please upgrade if your package manager warns about it.
With Yarn:
$ yarn create vite-sdkWith PNPM:
$ pnpm create vite-sdkWith NPM:
$ npm create vite-sdk@latestWith Bun:
$ bunx create-vite-sdkCurrently supported template presets include:
vanilla-ts
You can use . for the project name to scaffold in the current directory.
Readme
Based on vite + typescript + api-extractor
This project for sdk developers , to provide online demos , as well as sdk packaging to generate documentation .
Currently only supports vanilla, the subsequent demand can be added to other
Other
Any questions you can contact me at [email protected]
