# blink2 **Repository Path**: nmggy/blink2 ## Basic Information - **Project Name**: blink2 - **Description**: blink demo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-19 - **Last Updated**: 2021-11-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.