taeluf/tlf

Easily initialize and use Taeluf's projects. Use CLI for setup & extend classes for easiest usage.

v0.1.x-dev 2023-12-04 21:11 UTC

This package is auto-updated.

Last update: 2024-05-05 04:01:01 UTC


README

Cli to easily initialize projects made by Taeluf.

UNDER DEVELOPMENT

Projects Supported

Available Packages:

  • composer - composer.json file ... SET THIS UP FIRST
  • cli - Command Line Tool
  • scrawl - Generate documentation
  • bigdb - Database, Orm, Migrations, Stored Queries

Documentation

  • TODO
  • Usage: vendor/bin/tlf list and vendor/bin/tlf setup [package]

Install

composer require taeluf/tlf v0.1.x-dev   

or in your composer.json

{"require":{ "taeluf/tlf": "v0.1.x-dev"}}  

Usage