https://github.com/bixuehujin/blink-seed
A seed application for Blink Framework
https://github.com/bixuehujin/blink-seed
blink blink-framework
Last synced: 11 months ago
JSON representation
A seed application for Blink Framework
- Host: GitHub
- URL: https://github.com/bixuehujin/blink-seed
- Owner: bixuehujin
- License: mit
- Created: 2015-10-04T11:12:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T16:01:13.000Z (almost 8 years ago)
- Last Synced: 2024-11-15T23:46:58.171Z (over 1 year ago)
- Topics: blink, blink-framework
- Language: PHP
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
blink-seed - A seed application for Blink framework
===================================================
[](https://packagist.org/packages/blink/seed)
[](https://packagist.org/packages/blink/seed)
[](https://packagist.org/packages/blink/seed)
Introduction
------------
This is a seed application that makes the creation of Blink applications much more simplified.
With the help of [Composer](https://getcomposer.org), you can create a new Blink application through one simple command:
```bash
composer create-project --prefer-dist blink/seed your-app
```
For more information, please visit our main development repo [here](https://github.com/bixuehujin/blink).
License
-------
This is a open sourced software under MIT license.