Skip to content

Commit d5abafd

Browse files
authored
Merge pull request #1 from cherry-framework/develop
Develop
2 parents d01d932 + f4d937b commit d5abafd

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Cherry-framework Changelog
2+
3+
## [v1.0.0](https://github.com/cherry-framework/framework/releases/tag/v1.0.0 "v1.0.0") (2019-03-29)
4+
#### The first stable version
5+
6+
- Project available on: `composer create-project cherry-project/framework`
7+
8+
- Include latest Cherry-Core version.

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Cherry-Framework
2+
Cherry-Project Framework
3+
4+
[![GitHub license](https://img.shields.io/github/license/cherry-framework/framework.svg)](https://github.com/cherry-framework/framework/blob/master/LICENSE)
5+
6+
[![GitHub release](https://img.shields.io/github/release/cherry-framework/framework.svg)](https://github.com/cherry-framework/framework/releases)
7+
8+
[![Packagist Version](https://img.shields.io/packagist/v/cherry-project/framework.svg "Packagist Version")](https://packagist.org/packages/cherry-core/framework "Packagist Version")
9+
10+
------------
11+
12+
## Installation
13+
14+
You can create new Cherry Framework project with Composer by running:
15+
`composer create-project cherry-project/framework your-project-name -s dev`
16+
17+
## Usage
18+
19+
Read more in [Core documentation](https://github.com/cherry-framework/core/blob/master/README.md).
20+
21+
**2019 © Cherry-project**

0 commit comments

Comments
 (0)