diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dfd9898 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Cherry-framework Changelog + +## [v1.0.0](https://github.com/cherry-framework/framework/releases/tag/v1.0.0 "v1.0.0") (2019-03-29) +#### The first stable version + +- Project available on: `composer create-project cherry-project/framework` + +- Include latest Cherry-Core version. diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfac0ee --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Cherry-Framework +Cherry-Project Framework + +[![GitHub license](https://img.shields.io/github/license/cherry-framework/framework.svg)](https://github.com/cherry-framework/framework/blob/master/LICENSE) + +[![GitHub release](https://img.shields.io/github/release/cherry-framework/framework.svg)](https://github.com/cherry-framework/framework/releases) + +[![Packagist Version](https://img.shields.io/packagist/v/cherry-project/framework.svg "Packagist Version")](https://packagist.org/packages/cherry-core/framework "Packagist Version") + +------------ + +## Installation + +You can create new Cherry Framework project with Composer by running: +`composer create-project cherry-project/framework your-project-name -s dev` + +## Usage + +Read more in [Core documentation](https://github.com/cherry-framework/core/blob/master/README.md). + +**2019 © Cherry-project**