Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

39 lines (26 loc) · 1.15 KB

Skeleton

A plugin skeleton builder for CakePHP 3 using Composer.

Usage

composer create-project muffin/skeleton CustomName

This will create the plugin's project folder and trigger some questions to get you quickly started:

gif

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

To ensure your PRs are considered for upstream, you MUST follow the CakePHP coding standards.

Bugs & Feedback

http://github.com/usemuffin/skeleton

License

Copyright (c) 2016, Use Muffin and licensed under The MIT License.