Skip to content

Commit

Permalink
Merge pull request #2 from rewiko/update-readme
Browse files Browse the repository at this point in the history
feat(readme): update readme with release information
  • Loading branch information
rewiko committed Nov 27, 2021
2 parents 1264a8e + 6200908 commit 61d3b59
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 @@ -99,6 +99,21 @@ We believe that everyone who's working with NestJs and building some RESTful ser
- :horse_racing: [CRUD ORM Services](https://github.com/rewiko/crud/wiki/Services#description)
- :trumpet: [Handling Requests](https://github.com/rewiko/crud/wiki/Requests#description)

## Build library and run tests

```
yarn bootstrap
yarn build
docker-compose up -d
yarn test:coverage
```

## Make a release

- Merge a PR on master.
- Pull and checkout master
- Run `yarn pub` - this will publish on the npm repo (need to be logged under rewiko `yarn login`)

## Support

Any support is welcome. At least you can give us a star :star:
Expand Down

0 comments on commit 61d3b59

Please sign in to comment.