zed-industries / create-gpui-app

CRA-style tool for creating new gpui apps
MIT License
130 stars 8 forks source link

Add workspace template #9

Closed swaptr closed 1 month ago

swaptr commented 2 months ago

This PR introduces functionality enabling users to generate templates using Cargo workspaces.

A CLI tool to create a new gpui app.

Usage: create-gpui-app [OPTIONS]

Options:
  -n, --name <NAME>  Name of the new project [default: gpui-app]
  -w, --workspace    Setup your project as a workspace
  -h, --help         Print help
  -V, --version      Print version
iamnbutler commented 1 month ago

Hey, sorry for the delay! This looks great. Can we add a usage note in the main readme? I'll merge this for now, but it would be awesome if you could follow up with a readme update.

Thanks so much for contributing!