Installation
There are two ways to install GenGen:
- Use the Dart SDK โ activate GenGen globally with
dart pub global activate gengenand add the global bin directory to yourPATH. - Use the standalone binary โ download a platform-specific executable from the project releases, mark it as executable, and place it somewhere on your
PATH.
๐ก Tip โ On macOS or Linux you can also manage the CLI with homebrew or asdf if you prefer to pin a version.
Prerequisites
- Dart SDK 3.3 or newer
- Optional:
sass/tailwindcssCLIs for asset pipelines - Optional: Git (recommended for scaffolding and deployments)
Verify Installation
gengen --version
gengen help
If the version prints correctly you are ready to create your first site with gengen new my-site.