# Create simple dart project with pubspec.yaml

## Steps:

1, Install stagehand:

```bash
$ flutter pub global activate stagehand
```

2, Add installed pub bin to PATH:

```bash
export PATH="$PATH":"$HOME/soft/flutter/.pub-cache/bin"
```

3, Use `stagehand` to generate a simple project

```bash
$ stagehand package-simple
```

