xy2z/capro

Static site generator

Fund package maintenance!
xy2z

1.0.0-alpha.35 2024-02-17 11:42 UTC

README

capro logo

Capro is a static-site generator for PHP 8+

Quick Setup | Documentation | Community | Sponsor

68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f72656c656173652f7879327a2f636170726f3f7374796c653d666c61742d73717561726526696e636c7564655f70726572656c656173657326736f72743d73656d766572 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f7879327a2f636170726f3f7374796c653d666c61742d73717561726526636f6c6f723d626c7565 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f7879327a2f636170726f3f7374796c653d666c61742d737175617265 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732f7879327a2f636170726f2f68656c7025323077616e7465643f6c6162656c3d68656c7025323077616e746564253230697373756573267374796c653d666c61742d73717561726526636f6c6f723d663236323232 68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6d696c6573746f6e65732f70726f67726573732d70657263656e742f7879327a2f636170726f2f313f6c6162656c3d616c706861253230636f6d706c6574696f6e267374796c653d666c61742d737175617265

⚠ Notice

Capro is currently in alpha, please report bugs via GitHub Issues

About

A PHP static-site generator, using Blade template engine.

Capro is currently in alpha, and is not thoroughly tested for production. Breaking changes might occur during the alpha phase.

Sponsors

Currently none. Sponsor here: https://github.com/sponsors/xy2z

Requirements

Quick Setup

First install the capro global package

composer global require xy2z/capro:@alpha

Now, you can create new sites using:

capro new demo
cd demo/public
php -S localhost:82

Head over to http://localhost:82 to see your new static Capro site.

Learn more in the full documentation site. (which was build in capro)

Contributing

Pull Requests are welcome! Remember to send PR's to the dev branch - see more in the Contributing Guide.