Skip to content

Commit 77ce319

Browse files
committed
Split actions (temp)
1 parent 01a99d5 commit 77ce319

File tree

10 files changed

+331
-106
lines changed

10 files changed

+331
-106
lines changed

README.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -46,42 +46,42 @@ composer.json-deploy
4646

4747
3. When running `php init.php`
4848

49-
- Creates a `.env` file from `.env.example`
50-
- Copies `composer.json-linked` to `composer.json`
51-
- Runs `composer update`
49+
- Creates a `.env` file from `.env.example`
50+
- Copies `composer.json-linked` to `composer.json`
51+
- Runs `composer update`
5252

53-
4. When running `devlink:status`:
53+
4. When running `moox:devstatus`:
5454

55-
- Shows the configuration and status of each package
56-
- Shows the link status (Linked, Unlinked, Deployed)
57-
- Shows the update status (Up-to-date, Outdated)
58-
- Has a verbose mode `-v` to show more information
55+
- Shows the configuration and status of each package
56+
- Shows the link status (Linked, Unlinked, Deployed)
57+
- Shows the update status (Up-to-date, Outdated)
58+
- Has a verbose mode `-v` to show more information
5959

60-
5. When running `devlink:link`:
60+
5. When running `moox:devlink`:
6161

62-
- Creates the packages folder, if it does not exist
63-
- Creates symlinks for all configured packages
64-
- Updates composer.json with development configuration
65-
- Creates composer.json-linked for production use
66-
- Asks to run `composer install`
67-
- Asks to run `php artisan optimize:clear`
68-
- Asks to run `php artisan queue:restart`
62+
- Creates the packages folder, if it does not exist
63+
- Creates symlinks for all configured packages
64+
- Updates composer.json with development configuration
65+
- Creates composer.json-linked for production use
66+
- Asks to run `composer install`
67+
- Asks to run `php artisan optimize:clear`
68+
- Asks to run `php artisan queue:restart`
6969

70-
6. When running `devlink:deploy`:
70+
6. When running `moox:deploy`:
7171

72-
- Removes all symlinks
73-
- Deletes the packages folder, if empty
74-
- Restores production-ready composer.json from composer.json-linked
75-
- Asks to run `composer install`
76-
- Asks to run `php artisan optimize:clear`
77-
- Asks to run `php artisan queue:restart`
72+
- Removes all symlinks
73+
- Deletes the packages folder, if empty
74+
- Restores production-ready composer.json from composer.json-linked
75+
- Asks to run `composer install`
76+
- Asks to run `php artisan optimize:clear`
77+
- Asks to run `php artisan queue:restart`
7878

7979
7. CI Safety Net - `deploy.sh`:
8080

81-
- If composer.json-linked exists in the repository:
82-
- Remove all symlinks from /packages
83-
- rename composer.json-linked to composer.json
84-
- Commit and push the change in your GitHub Action
81+
- If composer.json-linked exists in the repository:
82+
- Remove all symlinks from /packages
83+
- rename composer.json-linked to composer.json
84+
- Commit and push the change in your GitHub Action
8585

8686
Mac and Linux work out of the box. You can have local packages mixed with the symlinked packages in your `/packages` folder.
8787

@@ -115,7 +115,7 @@ Please review [our security policy](https://github.com/mooxphp/moox/security/pol
115115

116116
## Credits
117117

118-
- [All Contributors](../../contributors)
118+
- [All Contributors](../../contributors)
119119

120120
## License
121121

banner.jpg

424 KB
Loading

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
"role": "Developer"
1414
}
1515
],
16+
"require-dev": {
17+
"moox/devtools": "self.version"
18+
},
1619
"autoload": {
1720
"psr-4": {
1821
"Moox\\Devlink\\": "src"

0 commit comments

Comments
 (0)