create-blip-extension
v1.0.2
Published
CLI tool for creating extensions for the Blip platform
Downloads
7
Readme
Create Blip Extension
Scaffolding Your Blip Extension
To start your extension, run the command below:
npm create blip-extension@latest
Then follow the prompts!
You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold an extension using Typescript, run:
npm create blip-extension@latest blip-extension --template typescript
Currently, supported template presets include:
javascript
typescript
You can use .
for the project name to scaffold in the current directory.
This project is inspired by Vite.js Create Vite.