From a6ed8a5be664abadf2e587a5a15a892673d4c626 Mon Sep 17 00:00:00 2001 From: ABGEO Date: Sat, 30 Mar 2019 21:36:18 +0400 Subject: [PATCH 1/3] Create README --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e84abda --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# 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") + +------------ + +**2019 © Cherry-project** From 2e112b9a85abe75cf00643feb16793f039b904a4 Mon Sep 17 00:00:00 2001 From: ABGEO Date: Sat, 30 Mar 2019 21:47:45 +0400 Subject: [PATCH 2/3] Update README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index e84abda..cfac0ee 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,13 @@ Cherry-Project Framework ------------ +## 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** From f4d937b8812068ce02806582ec73fdb82752b33f Mon Sep 17 00:00:00 2001 From: ABGEO Date: Sat, 30 Mar 2019 21:56:40 +0400 Subject: [PATCH 3/3] Add CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 CHANGELOG.md 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.