Socket
Socket
Sign inDemoInstall

create-vite-sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    create-vite-sdk

## Scaffolding Your First Vite SDK


Version published
Maintainers
1
Install size
230 kB
Created

Readme

Source

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-sdk

With PNPM:

$ pnpm create vite-sdk

With NPM:

$ npm create vite-sdk@latest

With Bun:

$ bunx create-vite-sdk

Currently 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 ltsg0317@outlook.com

Keywords

FAQs

Last updated on 01 Feb 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc