Skip to content

cgjs/cgjs-about

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cgjs-about License: ISC

An utility to query GJS namespaces

cgjs-about gi                 # show all namespaes
cgjs-about gi.Gio             # show all gi.Gio info
cgjs-about Gio                # same as above
cgjs-about Gtk.Button         # show Gtk.Button class info
cgjs-about GLib.utf8_validate # show utf8_validate info
cgjs-about GLib enums         # show GLib enums

options:
  --json                      # print JSON output
  --no-arguments              # print JSON without arguments info

Installation

npm install -g cgjs-about and a globally available gjs is all you need to use this tool.

Example

cgjs-about Gtk.Button

About

An utility to query GJS namespaces

Resources

Stars

Watchers

Forks

Packages

No packages published