From bf5a501ae2cb602de6598d3fcd796ebabb0a4e18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?O=CC=88zu=CC=88m=20Eldog=CC=86an?= Date: Sat, 13 Mar 2021 14:06:20 +0300 Subject: [PATCH] fix: add alpha warning --- README.md | 6 +++++- README.njk | 6 +++++- docs/README.md | 6 +++++- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5233aab..9065bd5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ It generates files from your database structure using templates. +# 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) @@ -13,7 +17,7 @@ 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 diff --git a/README.njk b/README.njk index 51b98d4..f617ff8 100644 --- a/README.njk +++ b/README.njk @@ -8,6 +8,10 @@ It generates files from your database structure using templates. +# 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) @@ -15,7 +19,7 @@ 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 diff --git a/docs/README.md b/docs/README.md index 46a0a92..42e3ffe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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