2017 © Pedro Peláez
 

library spress

Static site generator with blogs support

image

spress/spress

Static site generator with blogs support

  • Thursday, June 7, 2018
  • by yosymfony
  • Repository
  • 33 Watchers
  • 343 Stars
  • 4,335 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 30 Forks
  • 15 Open issues
  • 34 Versions
  • 18 % Grown

The README.md

Spress - PHP Static site generator

Build Status Build status SensioLabsInsight, (*1)

Spress is a static site generator built with Symfony components., (*2)

License: MIT., (*3)

Requirements

  • Linux, Unix, Mac OS X or Windows.
  • PHP +7.4.
  • Composer.

Community

Discuss and share your opinions in Gitter chat:, (*4)

Gitter, (*5)

Contributing

When Contributing code to Spress, you must follow its coding standards. Spress follows PSR-2 coding style., (*6)

Keep in mind the golden rule: Imitate the existing Spress code., (*7)

Pull Requests

  • Fork the Spress repository.
  • Create a new branch for each feature or improvement.
  • New features: Send a pull request from each feature branch to master branch.
  • Fixes: Send a pull request to 2.1 branch.

Unit testing

All pull requests must be accompanied by passing unit tests. Spress uses phpunit for testing., (*8)

How to make spress.phar

We are using Box Project for generating the .phar file., (*9)

$ cd spress
$ box build

Unit tests

You can run the unit tests with the following command:, (*10)

$ cd spress
$ composer test

The Versions