Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 650 Bytes

Readme.md

File metadata and controls

41 lines (29 loc) · 650 Bytes

Fat-Free installer

Command-line application created with Fat-Free Framework

🛠️ Tech Stack

🛠️ Install Dependencies

composer install

🧑🏻‍💻 Usage

php ./FatFree

➤ Make API

Command

php ./FatFree new api my_project_directory

➤ Make WebApp

Command

php ./FatFree new webapp my_project_directory

➤ Make Cli

Command

php ./FatFree new cli my_project_directory