Skip to content

Commit ba1106e

Browse files
committed
Add make- and edit-config to readme
1 parent 10c260e commit ba1106e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

readme.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ This will `laravel new superApplication`, change into that directory, make an in
4040
- Replace the `.env` `APP_URL` with `$PROJECTNAME.$YOURVALETTLD`
4141
- Open `$PROJECTNAME.$YOURVALETTLD` in your browser
4242

43+
There are also a few optional behaviors based on the parameters you pass (or define in your config file).
44+
4345
### Optional Arguments
4446

4547
- `-h` or `--help` to get the help dialog
@@ -91,6 +93,20 @@ This will `laravel new superApplication`, change into that directory, make an in
9193
lambo superApplication --node
9294
```
9395

96+
### Commands
97+
98+
- `make-config` creates a config file so you don't have to pass the parameters every time you use Lambo
99+
100+
```bash
101+
lambo make-config
102+
```
103+
104+
- `edit-config` edits your config file
105+
106+
```bash
107+
lambo edit-config
108+
```
109+
94110
### Config
95111

96112
You can create a config file at `~/.lambo/config` rather than pass the same arguments each time you create a new project.

0 commit comments

Comments
 (0)