Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salihgueler committed Aug 4, 2022
1 parent 0022319 commit 43bfee8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,2 +1,8 @@
# 0.2.1
- Update README.md to have proper steps

# 0.2.0
- Using post and pregen hooks to provide easier installation.
- Update README.md
# 0.1.0
- Initial release
10 changes: 10 additions & 0 deletions README.md
Expand Up @@ -19,6 +19,16 @@ If you do not know how to do it, you can check the [official documentation](http

## How to use 🚀

First create your mason project by running `mason init` on any folder that you want.

Afterwards, add the library to your project.

```shell
mason add amplify_starter
```

Now generate the files.

You can either fill in the variables on your CLI:

```shell
Expand Down
2 changes: 1 addition & 1 deletion brick.yaml
Expand Up @@ -2,7 +2,7 @@ name: amplify_starter
description: A highly opinionated AWS Amplify starter project with Authenticator, Amplify Datastore and bloc state management.
repository: https://github.com/salihgueler/amplify_starter

version: 0.1.0
version: 0.2.1

environment:
mason: ">=0.1.0-dev.26 <0.1.0"
Expand Down

0 comments on commit 43bfee8

Please sign in to comment.