2017 © Pedro Peláez
 

library templategen

Template Gen for your app

image

buuum/templategen

Template Gen for your app

  • Thursday, March 16, 2017
  • by buuum
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

TemplateGen

Packagist license, (*1)

Install

System Requirements

You need PHP >= 5.5.0 to use Buuum\templategen but the latest stable version of PHP is recommended., (*2)

Composer

Buuum\templategen is available on Packagist and can be installed using Composer:, (*3)

composer require buuum/templategen

Manually

You may use your own autoloader as long as it follows PSR-0 or PSR-4 standards. Just put src directory contents in your vendor directory., (*4)

Init

php vendor/bin/templategen init

yaml config output, (*5)

groups:
  group1:
    title: Grupo 1
    templates:
      template1:
        srcs:
          - test/demo/template.php
        dest:
          - test/--file--.php
        questions:
          question1:
            title: ¿En que carpeta pondremos esto?
            replaces:
              - --folder--
              - --upper-folder--:
                - uppercase: true
              - --folder-pre-su--:
                - prefix: \
                - suffix: \
          question2:
            title: ¿Nombre del archivo de esto?
            replaces:
              - --file--

Generate

php vendor/bin/templategen generate

LICENSE

The MIT License (MIT), (*6)

Copyright (c) 2017, (*7)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*8)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*9)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*10)

The Versions

16/03 2017

dev-master

9999999-dev https://github.com/buuum/TemplateGen

Template Gen for your app

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alfons Martinez

template

15/03 2017

v1.0.0

1.0.0.0 https://github.com/buuum/TemplateGen

Template Gen for your app

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alfons Martinez

template