Skip to content

Commit

Permalink
fix: add alpha warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ozum committed Mar 13, 2021
1 parent 32d388a commit bf5a501
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
It generates files from your database structure using templates.
</div>

# v5 is at the Alpha Satge

The new major version is at the alpha stage. Any feedback is appreciated.

# Documentation

Please see documenatation at [pg-generator.com](https://www.pg-generator.com)

# Installation

```bash
$ npm install -g pg-generator pg-generator-example
$ npm install -g pg-generator@5.0.0-alpha.8 pg-generator-example
```

# Generate Models & Files
Expand Down
6 changes: 5 additions & 1 deletion README.njk
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,18 @@
It generates files from your database structure using templates.
</div>

# v5 is at the Alpha Satge

The new major version is at the alpha stage. Any feedback is appreciated.

# Documentation

Please see documenatation at [pg-generator.com](https://www.pg-generator.com)

# Installation

```bash
$ npm install -g pg-generator pg-generator-example
$ npm install -g pg-generator@5.0.0-alpha.8 pg-generator-example
```

# Generate Models & Files
Expand Down
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,14 @@ features:
footer: MIT Licensed | Copyright © 2019-present Özüm Eldoğan
---

### v5 is at the Alpha Satge

The new major version is at the alpha stage. Any feedback is appreciated.

### Install

```bash
$ npm install -g pg-generator pg-generator-example
$ npm install -g pg-generator@5.0.0-alpha.8 pg-generator-example
```

### Generate Models & Files
Expand Down

0 comments on commit bf5a501

Please sign in to comment.