https://github.com/zeecoder/generator-z-dist-implementer
[ABANDONED] A small php script that set's up server-specific configuration files based on template (*.dist) files
https://github.com/zeecoder/generator-z-dist-implementer
Last synced: 4 months ago
JSON representation
[ABANDONED] A small php script that set's up server-specific configuration files based on template (*.dist) files
- Host: GitHub
- URL: https://github.com/zeecoder/generator-z-dist-implementer
- Owner: ZeeCoder
- Created: 2015-02-04T15:13:57.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T00:15:25.000Z (almost 9 years ago)
- Last Synced: 2025-09-06T21:30:26.025Z (5 months ago)
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Generator-Z-Dist-Implementer
[](http://stillmaintained.com/ZeeCoder/generator-z-dist-implementer)
#### Description
This is a small php script that set's up server-specific configuration files
based on template (*.dist) files. Inspired by the Symfony2 Framework's
parameters.yml.dist file.
Upon running the generator in your project's root folder, you'll be prompted to
provide your relative setup folder path, where the files will be installed.
(The default path is: "web/setup")
This way after deploying an application the first time, you can visit the
"setup/" url, where you can create server-specific files based on a template.
These template files must end in ".dist", and heir non-dist pair must be ignored
by source control. These dist files
For more details and built-in examples, visit the generated setup folder.
#### Installation and Usage
run `npm install generator-z-dist-implementer -g`
After that, you can run `yo z-dist-implementer` from a project to start the
generator.