An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

blink-seed - A seed application for Blink framework
===================================================

[![Latest Stable Version](https://poser.pugx.org/blink/seed/v/stable)](https://packagist.org/packages/blink/seed)
[![Total Downloads](https://poser.pugx.org/blink/seed/downloads)](https://packagist.org/packages/blink/seed)
[![Latest Unstable Version](https://poser.pugx.org/blink/seed/v/unstable)](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.