Skip to content

Commit

Permalink
Change package name to esc-company/good-code-parser (#6)
Browse files Browse the repository at this point in the history
* Change package name to esc-company/good-code-parser

* Add license documents and revise README
  • Loading branch information
cable8mm committed Mar 3, 2024
1 parent dccbfe1 commit bb39ebb
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 5 deletions.
9 changes: 9 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
The MIT License (MIT)

Copyright (c) Samgu Lee

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:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

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.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Good Code Parser

[![PHP Linting (Pint)](https://github.com/cable8mm/good-code-parser/actions/workflows/coding-style-php.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/coding-style-php.yml)
[![Tests](https://github.com/cable8mm/good-code-parser/actions/workflows/tests.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/tests.yml)
[![update changelog](https://github.com/cable8mm/good-code-parser/actions/workflows/update-changelog.yml/badge.svg)](https://github.com/cable8mm/good-code-parser/actions/workflows/update-changelog.yml)
![GitHub Release](https://img.shields.io/github/v/release/cable8mm/good-code-parser?logo=packagist&color=F28D1A)
![Packagist Downloads](https://img.shields.io/packagist/dt/esc-company/good-code-parser?logo=packagist&color=F28D1A)
![minimum PHP version](https://img.shields.io/badge/php-%3E%3D_8.0-8892BF.svg?logo=php)
![GitHub License](https://img.shields.io/github/license/cable8mm/good-code-parser)

We suggests general code-spec, parser and implement spec.

## Install
Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cable8mm/good-code-parser",
"description": "Sam suggests general code-spec, parser and implement spec.",
"name": "esc-company/good-code-parser",
"description": "We suggests general code-spec, parser and implement spec.",
"keywords": [
"composer",
"php",
Expand Down Expand Up @@ -40,9 +40,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"start": [
"@php bin/init.php"
],
"test": [
"./vendor/bin/phpunit tests"
],
Expand Down

0 comments on commit bb39ebb

Please sign in to comment.