Skip to content

Commit 94949b6

Browse files
committed
Update README.md
1 parent f6824ca commit 94949b6

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
lines changed

LICENSE

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
MIT License
2+
3+
Copyright (c) 2022 - A2Workspace Team
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6+
7+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8+
9+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

README.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,27 @@
1-
# A2Workspace/Laravel-Stubs
2-
1+
<h1 align="center">Laravel-Stubs</h1>
2+
<p align="center">
3+
<a href="https://github.com/A2Workspace/laravel-stubs">
4+
<img alt="" src="https://github.com/A2Workspace/laravel-stubs/actions/workflows/coverage.yml/badge.svg">
5+
</a>
6+
<a href="https://github.com/A2Workspace/laravel-stubs">
7+
<img alt="" src="https://img.shields.io/github/workflow/status/A2Workspace/laravel-stubs/tests?style=flat-square">
8+
</a>
9+
<a href="https://codecov.io/gh/A2Workspace/laravel-stubs">
10+
<img alt="" src="https://img.shields.io/codecov/c/github/A2Workspace/laravel-stubs.svg?style=flat-square">
11+
</a>
12+
<a href="https://github.com/A2Workspace/laravel-stubs/blob/master/LICENSE">
13+
<img alt="" src="https://img.shields.io/github/license/A2Workspace/laravel-stubs?style=flat-square">
14+
</a>
15+
<a href="https://packagist.org/packages/a2workspace/laravel-stubs">
16+
<img alt="" src="https://img.shields.io/packagist/v/a2workspace/laravel-stubs.svg?style=flat-square">
17+
</a>
18+
<a href="https://packagist.org/packages/a2workspace/laravel-stubs">
19+
<img alt="" src="https://img.shields.io/packagist/dt/a2workspace/laravel-stubs.svg?style=flat-square">
20+
</a>
21+
</p>
22+
<p align="center">一個基於專案的程式模板注入器。</p>
323
<p align="center"><img src="/.github/animation.gif" alt="Laravel-Stubs demo"></p>
424

5-
一個基於專案的程式模板注入器。
6-
725
透過在專案中的 `resources/stubs` 目錄下,放置類別的模板文件,然後透過命令快速注入並生成。相比原生的 `artisan make:*` 命令可大大減少編寫時間,且模板檔案可隨版控被 git 紀錄。
826

927
目前支援的類別類型:

0 commit comments

Comments
 (0)