Skip to content

Steven24K/CodeGenPHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeGenPHP

CodeGenPHP is a PHP scaffolder written in Typescript. Based on a given data model CodeGenPHP will scaffold a PHP project with an API for every model and an initialization script.

The output is a good starting point for new PHP projects so you can focus on more complex logic of your application.

Usage

After cloning run: npm install or yarn install

To compile in watch mode: yarn watch

Start the generator (without compiling): yarn start

or

yarn generate to compile the latest Typescript files and run the generator.

About

A PHP code generator in Typescript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published