-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
11 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,65 +1,6 @@ | ||
<div align="center"> | ||
# Capro - Dev Branch | ||
|
||
![capro logo](./capro-logo.png) | ||
This is the development branch, where the capro.phar file is build from. | ||
|
||
Capro is a static-site generator for PHP 8+ | ||
See [CONTRIBUTION](https://github.com/xy2z/capro/blob/master/CONTRIBUTING.md) (in master branch) | ||
|
||
--- | ||
|
||
[Quick Setup](#quick-setup) | [Documentation](https://capro.xy2z.io) | [Community](https://github.com/xy2z/capro/discussions) | [Sponsor](https://github.com/sponsors/xy2z) | ||
|
||
<p align="center"> | ||
<a href="https://github.com/xy2z/capro/releases"><img src="https://img.shields.io/github/v/release/xy2z/capro?style=flat-square&include_prereleases&sort=semver"></a> | ||
<a href="https://github.com/xy2z/capro/blob/master/LICENSE"><img src="https://img.shields.io/github/license/xy2z/capro?style=flat-square&color=blue"></a> | ||
<a href="https://github.com/xy2z/capro/graphs/contributors"><img src="https://img.shields.io/github/contributors/xy2z/capro?style=flat-square"></a> | ||
<a href="https://github.com/xy2z/capro/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22"><img src="https://img.shields.io/github/issues/xy2z/capro/help%20wanted?label=help%20wanted%20issues&style=flat-square&color=f26222"></a> | ||
<a href="https://github.com/xy2z/capro/milestone/1"><img src="https://img.shields.io/github/milestones/progress-percent/xy2z/capro/1?label=alpha%20completion&style=flat-square"></a> | ||
</p> | ||
|
||
--- | ||
|
||
</div> | ||
|
||
|
||
## ⚠ Notice | ||
|
||
Capro is currently in [alpha](https://github.com/xy2z/capro/issues/5), please report bugs via [GitHub Issues](https://github.com/xy2z/capro/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 | ||
- PHP 8.0+ | ||
- [Composer](https://getcomposer.org/) | ||
|
||
|
||
## Quick Setup | ||
First install the capro global package | ||
```bash | ||
composer global require xy2z/capro:@alpha | ||
``` | ||
|
||
Now, you can create new sites using: | ||
```bash | ||
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](https://capro.xy2z.io).** (which was build in capro) | ||
|
||
|
||
## Contributing | ||
|
||
Pull Requests are welcome! See more in the [Contributing Guide](CONTRIBUTING.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters