Skip to content

Commit

Permalink
Merge pull request #1 from cherry-framework/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ABGEO authored Mar 30, 2019
2 parents d01d932 + f4d937b commit d5abafd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**

0 comments on commit d5abafd

Please sign in to comment.