Skip to content

Commit

Permalink
Added init screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk authored Sep 9, 2023
1 parent 7d43c6c commit 9852e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![Scaffold test](https://github.com/AlexSkrypnyk/scaffold/actions/workflows/scaffold-test.yml/badge.svg)](https://github.com/AlexSkrypnyk/scaffold/actions/workflows/scaffold-test.yml) ![LICENSE](https://img.shields.io/github/license/AlexSkrypnyk/scaffold) |
| **Features**<br/><br/>- **PHP**<br>&nbsp;&nbsp;&nbsp;&nbsp;- `composer.json` config<br>&nbsp;&nbsp;&nbsp;&nbsp;- Symfony CLI command app scaffold with unit tests (with coverage) and traits<br>&nbsp;&nbsp;&nbsp;&nbsp;- Simple single-file script scaffold with unit tests (with coverage) and traits<br>&nbsp;&nbsp;&nbsp;&nbsp;- Code quality tools with configurations: PHP Code Sniffer, PHP Mess Detector, PHP Stan<br>- **NodeJS**<br>&nbsp;&nbsp;&nbsp;&nbsp;- `package.json` config<br>- **CI**<br>&nbsp;&nbsp;&nbsp;&nbsp;- Lint, test and publish PHP as PHAR<br>&nbsp;&nbsp;&nbsp;&nbsp;- Build and test for NodeJS<br>&nbsp;&nbsp;&nbsp;&nbsp;- Release drafter<br>&nbsp;&nbsp;&nbsp;&nbsp;- Release asset packaging and upload<br>&nbsp;&nbsp;&nbsp;&nbsp;- PR auto-assign<br>&nbsp;&nbsp;&nbsp;&nbsp;- Funding<br>- **Utility files**<br>&nbsp;&nbsp;&nbsp;&nbsp;- Readme with badges<br>&nbsp;&nbsp;&nbsp;&nbsp;- `.editorconfig`, `.gitignore`, `.gitattributes`<br>&nbsp;&nbsp;&nbsp;&nbsp;- Init shell script to chose features |
| **How to use this scaffold repository**<br/><br/>1. Click on **Use this template** > **Create a new repository**<br>2. Checkout locally <br>3. Run `./init.sh` to replace `yournamespace`, `yourproject`, `Your Name` strings with your own and choose the features. |
| **How to use this scaffold repository**<br/><br/>1. Click on **Use this template** > **Create a new repository**<br>2. Checkout locally <br>3. Run `./init.sh` to replace `yournamespace`, `yourproject`, `Your Name` strings with your own and choose the features. <br/> ![init](https://github.com/AlexSkrypnyk/scaffold/assets/378794/43962d9f-eae7-4b54-bec8-2e3139ed722c) |
| This table will be removed after running `./init.sh`. | The contents below will be a part of your repository. |

<br>
Expand Down

0 comments on commit 9852e0b

Please sign in to comment.