bszala/scaffold 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bszala/scaffold

Composer 安装命令:

composer require bszala/scaffold

包简介

Scaffolding utility tool for generating various templates/resources via a CLI. The goal is to speed up a package/project development

README 文档

README

Build Status Latest Stable Version License

scaffold

Scaffolding utility tool for generating various templates/resources via a CLI. The goal is to speed up a package/project development

When to use this

In most cases this Utility tool should be used when your start developing a new package/project.

How to install


composer require bszala/scaffold 

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.

Quick start

When package is installed, you can create a new template (folder structure) by calling through CLI scaffold application.


scaffold 

Then on terminal you will see an application information with allowed attributes for this application.

In order to create a new template, You need to write as below


scaffold template 

When you hit an enter, the application will ask you to pick desire template. After selecting chosen template, program will generate the entire template (folder structure) in Your current directory. If You wish to create template in another target destination, then You can provide optional path to where the new template should be installed.


scaffold  template path_to_target_directory

License

Scaffold is licensed under the MIT license.

统计信息

  • 总下载量: 51
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-03-14