Skip to content

Commit

Permalink
Merge branch 'rewrite-names' of github.com:sbstjn/serverless-dynamodb…
Browse files Browse the repository at this point in the history
…-autoscaling into rewrite-names
  • Loading branch information
sbstjn committed Aug 10, 2017
2 parents e3dddb2 + 5bb7890 commit d27efaf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,18 @@ Feel free to use the code, it's released using the [MIT license](LICENSE.md).
You are welcome to contribute to this project! 😘

To make sure you have a pleasant experience, please read the [code of conduct](CODE_OF_CONDUCT.md). It outlines core values and beliefs and will make working together a happier experience.

### Local Development

If you plan to change the TypeScript files and link the package to another project, use the `link` and `build` yarn commands:

```
$ > yarn link
$ > yarn build:watch # or "yarn build"
```

Use your local build of the package in another project:

```
$ > yarn link serverless-dynamodb-autoscaling
```

0 comments on commit d27efaf

Please sign in to comment.