Skip to content

Commit e216452

Browse files
committed
More general README updates.
1 parent 973845a commit e216452

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Loadsys Cake Command Line Scripts
22

3-
**DISCLAIMER: We use these tools ourselves, but that doesn't mean they will necessarily work for you in your situation. This repo is public in case it can be of use to anyone else (and because it's convenient for us), but it _is not supported_ and _may change without notice_. Issues and contributions may be flat out ignored if they don't impact us. You have been warned!**
3+
This collection of scripts is intended to provide consistency and shortcuts for common project tasks. Key tools are highlighted and described below. Coordinates heavily with the [Loadsys CakePHP App Skeleton](https://github.com/loadsys/CakePHP-Skeleton).
4+
5+
* This is the `master` branch and along with the `3.x.x` releases is meant for use with Cake 3 projects exclusively.
6+
* The [`cake-2.x`](https://github.com/loadsys/CakePHP-Shell-Scripts/tree/cake-2.x) branch and `2.x.x` releases are meant for Cake 2.x projects that use composer (git submodules are still supported).
47

5-
This collection of scripts is intended to provide consistency and shortcuts for common project tasks. Key tools are highlighted and described below.
68

7-
* The master branch is meant for use with Cake 3 projects exclusively.
8-
* The 2.x branch is meant for Cake 2.x projects that use composer (git submodules are still supported).
9-
* The 1.x branch is tuned for Cake 1.x projects that use git submodules for dependency management.
109
* Most scripts listed below can take a `-h` option as their first argument to output usage information.
1110
* Most are designed to run with few or no arguments; they try to guess sensible defaults whenever possible.
1211
* Most are designed to fail gracefully with a non-zero exit code.
@@ -135,6 +134,8 @@ It can also take a partial filename as an argument and run the corresponding tes
135134

136135
[MIT](LICENSE.md)
137136

137+
**DISCLAIMER: We use these tools ourselves, but that doesn't mean they will necessarily work for you in your situation. This repo is public in case it can be of use to anyone else (and because it's convenient for us), but it _is not supported_ and _may change without notice_. Issues and contributions may be ignored if they don't impact us. You have been warned!**
138+
138139

139140
## Copyright
140141

0 commit comments

Comments
 (0)