An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### Generator-Z-Dist-Implementer

[![Project Status](http://stillmaintained.com/ZeeCoder/generator-z-dist-implementer.png)](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.