Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simounet/phpprojectfoldersgenerator
PHP CLI tool to generate init project folders
https://github.com/simounet/phpprojectfoldersgenerator
Last synced: about 1 month ago
JSON representation
PHP CLI tool to generate init project folders
- Host: GitHub
- URL: https://github.com/simounet/phpprojectfoldersgenerator
- Owner: Simounet
- Created: 2014-01-05T11:51:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-05T11:56:13.000Z (almost 11 years ago)
- Last Synced: 2023-03-14T08:00:32.878Z (over 1 year ago)
- Language: PHP
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP PROJECT FOLDERS GENERATOR
=============================
It's a PHP CLI tool to generate init project folders:USE
===
- clone this project (git clone https://github.com/Simounet/PHPProjectFolderGenerator.git)
- go to your bin folder (cd /usr/bin)
- do a symbolic link (ln -s /path/to/PHPProjectFolderGenerator/src/PHPProjectFolderGenerator/PHPProjectFolderGenerator.php ppfg)
- go to your workspace's folder (cd /data/workspace)
- use the tool (ppfg NameOfMyProject)TROUBLES
========
After these steps, if you can't use ppfg, check if PHPProjectFolderGenerator.php is able to be executed.RESULT
======
phpprojectfoldersgenerator
├── .git
├── src
│ └── PHPProjectFoldersGenerator
└── testsTIPS
====
If you have the git command installed, it will do a git init into the project's folder.LICENSE
=======
- [WTFPL](http://www.wtfpl.net/)