Download the PHP package aedart/scaffold without Composer
On this page you can find all versions of the php package aedart/scaffold. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aedart/scaffold
More information about aedart/scaffold
Files in aedart/scaffold
Package scaffold
Short Description Tool for creating and installing various files and directories into your project, based on created scaffolds
License BSD-3-Clause
Homepage https://github.com/aedart/scaffold
Informations about the package scaffold
Abandoned - Scaffold
This project is no longer maintained.
How many times have you been doing the same task, over and over again? Maybe it's time for you to create some kind of helper that can perform that task for you. Perhaps this tool might be able to help you along the way.
Scaffold is a php-based command line tool for creating and installing various files and directories into your project, based on a configuration file (scaffold).
Key features
- Create desired directory structure
- Copy static files into desired location
- Ask user for input
- Generate files based on templates, compiled with data from the user
In other words, you can perceive this tool as a console wizzard for installing "something" inside your project.
Contents
- How to install
- Local
- Global
- Run Demo
- Documentation
- Contribution
- Acknowledgement
- Versioning
- License
How to install
This package uses composer. If you do not know what that is or how it works, I recommend that you read a little about, before attempting to use this package.
Local
The Scaffold application is intended as a development tool, which is why it should be required via composer as a development dependency.
Global
Alternatively, you can also require it globally and thereby making it available throughout many projects;
Warning If you have other packages installed globally, their dependencies might conflict.
You can perhaps resolves this by making use of Consolidation/Cgr, which safely installs each command line tool application in it's own directory.
Run Demo
Create a new directory and require the scaffold package as a development dependency (require-dev
).
Afterwards, invoke the following command;
(The -a
option tells the install command to skip vendor and package selection and display the found scaffolds directly.)
On completion, the application will display a list of found scaffolds. Please follow these steps, in order to install an example (or demo) scaffold;
- Select
Example Template (aedart/scaffold)
as the scaffold to be installed - Fill out the questions that you are asked until completion
Once completed. you should see the following in your console;
In the directory that you are in, several directories have been created, a few static files have been copied into it and finally, some files have been generated based on your input.
Documentation
How to create scaffolds of your own? Please read the official documentation, which can be found on scaffold.readthedocs.io.
Contribution
Have you found a defect ( bug or design flaw ), or do you wish improvements? In the following sections, you might find some useful information on how you can help this project. In any case, I thank you for taking the time to help me improve this project's deliverables and overall quality.
Bug Report
If you are convinced that you have found a bug, then at the very least you should create a new issue. In that given issue, you should as a minimum describe the following;
- Where is the defect located
- A good, short and precise description of the defect (Why is it a defect)
- How to replicate the defect
- (A possible solution for how to resolve the defect)
When time permits it, I will review your issue and take action upon it.
Fork, code and send pull-request
A good and well written bug report can help me a lot. Nevertheless, if you can or wish to resolve the defect by yourself, here is how you can do so;
- Fork this project
- Create a new local development branch for the given defect-fix
- Write your code / changes
- Create executable test-cases (prove that your changes are solid!)
- Commit and push your changes to your fork-repository
- Send a pull-request with your changes
- Drink a Beer - you earned it :)
As soon as I receive the pull-request (and have time for it), I will review your changes and merge them into this project. If not, I will inform you why I choose not to.
Acknowledgement
- Laravel ,
Taylor Otwell
; and especially for his Service Container, that I'm using daily - Symfony ,
Fabien Potencier
; not sure how I would be writing console commands without the Symfony Console component! - Laracasts ,
Jeffrey Way et al.
; worth every penny… - PHPUnit ,
Sebastian Bergmann
; By the gods ... I still know some developers, managers and decision makers, that believe good software does not require testing, at all! I cannot image working on any project, without good testing tools, such as PHPUnit. - Codeception ,
Michael Bodnarchuk
; for making PHPUnit even better. - Composer & Packagist ,
Nils Adermann, Jordi Boggiano & et al.
; amongst the best things that has happened to the PHP community. - Git ,
Software Freedom Conservancy
; without it… We would still be stuck in the "stone age" of software development. - PHP ,
Rasmus Lerdorf & The PHP Group
; we might be developing in old fashioned ASP… (Shivers!) - PHPStorm ,
Jetbrains
; for developing the best PHP-IDE, and supporting this and other OpenSource projects
Versioning
This package follows Semantic Versioning 2.0.0
License
BSD-3-Clause, Read the LICENSE file included in this package
All versions of scaffold with dependencies
composer/composer Version ~1.5
aedart/dto Version ~4.0
aedart/laravel-helpers Version ~4.0
aedart/config-loader Version ~4.0
aedart/model Version ~2.3
aedart/installed-version Version ~3.0
twig/twig Version ~2.4
symfony/console Version ~3.3
symfony/finder Version ~3.3
illuminate/container Version 5.5.*
illuminate/cache Version 5.5.*
psr/log Version 1.0.*
nesbot/carbon Version ~1.22
symfony/var-dumper Version 3.3.*