DEV Community

PHP project scaffolding (kickstarting) tool

Jitendra on August 15, 2018

Introducing my ambitious project phint. Already can do tons of things but more contributions would make it perfect. And new features are underway t...
Collapse
 
adhocore profile image
Jitendra • Edited

Features:

  • generate dot files the likes of .gitignore, .travis.yml, . editorconfig etc
  • generate license, readme.md, composer.json with all deps
  • generate binaries if any
  • git init
  • interactively ask and install all the dev and prod deps
  • generate phpunit.xml, test bootstrap.php and stubs for all classes/methods corresponding to src
Collapse
 
david_j_eddy profile image
David J Eddy • Edited

Love it! I find it a pain to setup a new test project when developing composer libraries.

(I think you can edit the article to add the feature list.)

Collapse
 
adhocore profile image
Jitendra

could you maybe give it a try again? some cool features released (please run phint u if you have already installed) :)

Collapse
 
adhocore profile image
Jitendra

Done, thanks :)
As a early stage project it needs some refinement. And feedbacks would really help. Hope you would try it out and leave some notes.

Collapse
 
adhocore profile image
Jitendra

new releases available with some small but good features and improvements.
github.com/adhocore/phint/releases

if you installed already please run phint u
if not, please check docs

thanks 👏