Appearance
Scaffolding CLI for Astal+TypeScript
Initialize, bundle, or run Astal projects written in TypeScript/JavaScript with a single command
With ags init you can initialize a project, which generates a basic template.
ags init
With ags types you can generate types from GObject based libraries.
ags types
With ags bundle you can bundle your project into a single executable script.
ags bundle
With ags run you can run a projects without bundling them first.
ags run