xwero/codestarter

Create code files in the command line

V0.6.0 2025-03-18 10:18 UTC

This package is auto-updated.

Last update: 2025-03-18 14:15:13 UTC


README

ALPHA STAGE

A framework-agnostic configurable and extendable code file bootstrapper.

Introduction

The framework make commands are tied to a default file structure. And current development practices like a modular monolith and domain driven design dictate another file structure.

That is why this tool is created.

Quick guide

composer require xwero/codestarter

Add Xwero\Codestarter\Dev namespace to the psr-4 section of composer.json. Add the directory where the Codestarter files should be stored.

Copy the Flows directory in vendor/xwero/codestarter/assets to that same directory.

Open the config.php in Flows/Php. Add the root_namespace value and for the directories key a nested array of the directories the project works with.
The nested array has one root key, other keys will be ignored.
The name of the directory may have a {NAME} pattern, during directory creation question will be asked to define the pattern.

Copy vendor/xwero/codestarter/bin to the root of the project.

Run bin/codestarter setup --create-directories to create the wanted file structure.

Run bin/codestarter setup --create-cache to generate autocomplete suggestions for the class questions.

Run bin/codestarter To start generating a file.

Documentation

CLI
Configuration
Extendability

TODO

[] More tests
[] Code cleanup
[] Easier installation
[] More elaborate template generation [] More documentation