fnlla/installer

Official Fnlla installer CLI for bootstrapping new applications

Maintainers

Package info

github.com/fnlla/installer

pkg:composer/fnlla/installer

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2026-04-24 08:37 UTC

README

Official installer CLI for bootstrapping Fnlla applications.

CI

Install

composer global require fnlla/installer

Ensure Composer global vendor/bin is in your PATH. For bleeding-edge development you can still install dev-main from VCS.

Usage

fnlla new my-app

This runs:

composer create-project fnlla/fnlla my-app --prefer-dist --no-interaction

Examples

fnlla new my-app --stability=stable
fnlla new my-app --prefer-source
fnlla new my-app --force

Notes

  • fnlla/fnlla remains the canonical starter template.
  • Installer focuses on DX and consistent bootstrap defaults.
  • Packagist auto-update is driven by GitHub webhook (https://packagist.org/api/github) with workflow fallback in .github/workflows/packagist-fallback-update.yml.

Release

  • Changelog: CHANGELOG.md
  • Manual release workflow: .github/workflows/release.yml