Skip to content

Commit

Permalink
Add make- and edit-config to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jun 5, 2017
1 parent 10c260e commit ba1106e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ This will `laravel new superApplication`, change into that directory, make an in
- Replace the `.env` `APP_URL` with `$PROJECTNAME.$YOURVALETTLD`
- Open `$PROJECTNAME.$YOURVALETTLD` in your browser

There are also a few optional behaviors based on the parameters you pass (or define in your config file).

### Optional Arguments

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

### Commands

- `make-config` creates a config file so you don't have to pass the parameters every time you use Lambo

```bash
lambo make-config
```

- `edit-config` edits your config file

```bash
lambo edit-config
```

### Config

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

0 comments on commit ba1106e

Please sign in to comment.