tapestry-cloud / tapestry

PHP static site generator using the plates template system
https://www.tapestry.cloud/
MIT License
32 stars 1 forks source link

[2.0] Refactor Tapestry with regards to cli application. #280

Open carbontwelve opened 6 years ago

carbontwelve commented 6 years ago

The Tapestry class is both the Container and application, while the cli Application is separate. This feels at odds to how the program actually works.

Tapestry should be the cli application class, with the object currently called Tapestry being renamed to what it actually is: Container.

NOTE: This will introduce breaking changes.