Licence
—
Version
1.0.4
Deps
0
Size
263 kB
Vulns
0
Weekly
0
create-codasaii-gnome-extension
Create a typed GNOME Shell extension project with an interactive prompt.
npx create-codasaii-gnome-extension@latest my-extension
Or use npm's initializer syntax:
npm create codasaii-gnome-extension@latest my-extension
The generator asks for the extension name, UUID, GSettings schema ID, and supported GNOME Shell versions. Description and repository URL are optional. It can also install dependencies and initialize a new Git repository.
Development
npm install
npm run check
npm start -- /tmp/example-extension
Node.js 22.18 or newer is required because the CLI and generated development scripts use native TypeScript loading.