Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revathskumar/create-gtk
npm initializer for gtk apps using gjs
https://github.com/revathskumar/create-gtk
gjs gtk gtk4 initializer npm-init npm-package
Last synced: about 1 month ago
JSON representation
npm initializer for gtk apps using gjs
- Host: GitHub
- URL: https://github.com/revathskumar/create-gtk
- Owner: revathskumar
- License: mit
- Created: 2024-12-31T10:53:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-31T11:13:56.000Z (about 1 month ago)
- Last Synced: 2024-12-31T12:19:29.371Z (about 1 month ago)
- Topics: gjs, gtk, gtk4, initializer, npm-init, npm-package
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/create-gtk
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## create-gtk
> custom npm initializer for gtk apps using gjs
## Usage
```sh
npm init gtk
```
or```sh
npm create gtk@latest
```## TODO
* generate meson build file
* generate desktop file and metadata
* generate basic css file## License
[MIT](/LICENSE)