diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 65dae0a2..47cfb893 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -4,7 +4,7 @@ github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, u
patreon: # Replace with a single Patreon username
open_collective: nestjsx
ko_fi: # Replace with a single Ko-fi username
-tidelift: npm/@nestjsx/crud
+tidelift: npm/@rewiko/crud
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
diff --git a/README.md b/README.md
index bd57bf1d..f6726846 100644
--- a/README.md
+++ b/README.md
@@ -8,20 +8,20 @@
+
- Super easy to install and start using the full-featured controllers and services :point_right:
@@ -86,21 +86,21 @@ We believe that everyone who's working with NestJs and building some RESTful ser
## Install
```shell
-npm i @nestjsx/crud-request
+npm i @rewiko/crud-request
```
## Packages
-- [**@nestjsx/crud**](https://www.npmjs.com/package/@nestjsx/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/nestjsx/crud/wiki/Controllers#description))
-- [**@nestjsx/crud-request**](https://www.npmjs.com/package/@nestjsx/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/nestjsx/crud/wiki/Requests#frontend-usage))
-- [**@nestjsx/crud-typeorm**](https://www.npmjs.com/package/@nestjsx/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/nestjsx/crud/wiki/ServiceTypeorm))
+- [**@rewiko/crud**](https://www.npmjs.com/package/@rewiko/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/rewiko/crud/wiki/Controllers#description))
+- [**@rewiko/crud-request**](https://www.npmjs.com/package/@rewiko/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/rewiko/crud/wiki/Requests#frontend-usage))
+- [**@rewiko/crud-typeorm**](https://www.npmjs.com/package/@rewiko/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/rewiko/crud/wiki/ServiceTypeorm))
## Documentation
-- [General Information](https://github.com/nestjsx/crud/wiki#why)
-- [CRUD Controllers](https://github.com/nestjsx/crud/wiki/Controllers#description)
-- [CRUD ORM Services](https://github.com/nestjsx/crud/wiki/Services#description)
-- [Handling Requests](https://github.com/nestjsx/crud/wiki/Requests#description)
+- [General Information](https://github.com/rewiko/crud/wiki#why)
+- [CRUD Controllers](https://github.com/rewiko/crud/wiki/Controllers#description)
+- [CRUD ORM Services](https://github.com/rewiko/crud/wiki/Services#description)
+- [Handling Requests](https://github.com/rewiko/crud/wiki/Requests#description)
## Support
@@ -111,7 +111,7 @@ Any support is welcome. At least you can give us a star.
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
-
+
- Super easy to install and start using the full-featured controllers and services :point_right:
@@ -86,21 +86,21 @@ We believe that everyone who's working with NestJs and building some RESTful ser
## Install
```shell
-npm i @nestjsx/crud-typeorm @nestjs/typeorm typeorm
+npm i @rewiko/crud-typeorm @nestjs/typeorm typeorm
```
## Packages
-- [**@nestjsx/crud**](https://www.npmjs.com/package/@nestjsx/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/nestjsx/crud/wiki/Controllers#description))
-- [**@nestjsx/crud-request**](https://www.npmjs.com/package/@nestjsx/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/nestjsx/crud/wiki/Requests#frontend-usage))
-- [**@nestjsx/crud-typeorm**](https://www.npmjs.com/package/@nestjsx/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/nestjsx/crud/wiki/ServiceTypeorm))
+- [**@rewiko/crud**](https://www.npmjs.com/package/@rewiko/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/rewiko/crud/wiki/Controllers#description))
+- [**@rewiko/crud-request**](https://www.npmjs.com/package/@rewiko/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/rewiko/crud/wiki/Requests#frontend-usage))
+- [**@rewiko/crud-typeorm**](https://www.npmjs.com/package/@rewiko/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/rewiko/crud/wiki/ServiceTypeorm))
## Documentation
-- [General Information](https://github.com/nestjsx/crud/wiki#why)
-- [CRUD Controllers](https://github.com/nestjsx/crud/wiki/Controllers#description)
-- [CRUD ORM Services](https://github.com/nestjsx/crud/wiki/Services#description)
-- [Handling Requests](https://github.com/nestjsx/crud/wiki/Requests#description)
+- [General Information](https://github.com/rewiko/crud/wiki#why)
+- [CRUD Controllers](https://github.com/rewiko/crud/wiki/Controllers#description)
+- [CRUD ORM Services](https://github.com/rewiko/crud/wiki/Services#description)
+- [Handling Requests](https://github.com/rewiko/crud/wiki/Requests#description)
## Support
@@ -111,7 +111,7 @@ Any support is welcome. At least you can give us a star.
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
-
+
- Super easy to install and start using the full-featured controllers and services :point_right:
@@ -86,21 +86,21 @@ We believe that everyone who's working with NestJs and building some RESTful ser
## Install
```shell
-npm i @nestjsx/crud class-transformer class-validator
+npm i @rewiko/crud class-transformer class-validator
```
## Packages
-- [**@nestjsx/crud**](https://www.npmjs.com/package/@nestjsx/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/nestjsx/crud/wiki/Controllers#description))
-- [**@nestjsx/crud-request**](https://www.npmjs.com/package/@nestjsx/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/nestjsx/crud/wiki/Requests#frontend-usage))
-- [**@nestjsx/crud-typeorm**](https://www.npmjs.com/package/@nestjsx/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/nestjsx/crud/wiki/ServiceTypeorm))
+- [**@rewiko/crud**](https://www.npmjs.com/package/@rewiko/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/rewiko/crud/wiki/Controllers#description))
+- [**@rewiko/crud-request**](https://www.npmjs.com/package/@rewiko/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/rewiko/crud/wiki/Requests#frontend-usage))
+- [**@rewiko/crud-typeorm**](https://www.npmjs.com/package/@rewiko/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/rewiko/crud/wiki/ServiceTypeorm))
## Documentation
-- [General Information](https://github.com/nestjsx/crud/wiki#why)
-- [CRUD Controllers](https://github.com/nestjsx/crud/wiki/Controllers#description)
-- [CRUD ORM Services](https://github.com/nestjsx/crud/wiki/Services#description)
-- [Handling Requests](https://github.com/nestjsx/crud/wiki/Requests#description)
+- [General Information](https://github.com/rewiko/crud/wiki#why)
+- [CRUD Controllers](https://github.com/rewiko/crud/wiki/Controllers#description)
+- [CRUD ORM Services](https://github.com/rewiko/crud/wiki/Services#description)
+- [Handling Requests](https://github.com/rewiko/crud/wiki/Requests#description)
## Support
@@ -111,7 +111,7 @@ Any support is welcome. At least you can give us a star.
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
-
+
- Super easy to install and start using the full-featured controllers and services :point_right:
@@ -85,16 +85,16 @@ We believe that everyone who's working with NestJs and building some RESTful ser
## Packages
-- [**@nestjsx/crud**](https://www.npmjs.com/package/@nestjsx/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/nestjsx/crud/wiki/Controllers#description))
-- [**@nestjsx/crud-request**](https://www.npmjs.com/package/@nestjsx/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/nestjsx/crud/wiki/Requests#frontend-usage))
-- [**@nestjsx/crud-typeorm**](https://www.npmjs.com/package/@nestjsx/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/nestjsx/crud/wiki/ServiceTypeorm))
+- [**@rewiko/crud**](https://www.npmjs.com/package/@rewiko/crud) - core package which provides `@Crud()` decorator for endpoints generation, global configuration, validation, helper decorators ([docs](https://github.com/rewiko/crud/wiki/Controllers#description))
+- [**@rewiko/crud-request**](https://www.npmjs.com/package/@rewiko/crud-request) - request builder/parser package which provides `RequestQueryBuilder` class for a frontend usage and `RequestQueryParser` that is being used internally for handling and validating query/path params on a backend side ([docs](https://github.com/rewiko/crud/wiki/Requests#frontend-usage))
+- [**@rewiko/crud-typeorm**](https://www.npmjs.com/package/@rewiko/crud-typeorm) - TypeORM package which provides base `TypeOrmCrudService` with methods for CRUD database operations ([docs](https://github.com/rewiko/crud/wiki/ServiceTypeorm))
## Documentation
-- [General Information](https://github.com/nestjsx/crud/wiki#why)
-- [CRUD Controllers](https://github.com/nestjsx/crud/wiki/Controllers#description)
-- [CRUD ORM Services](https://github.com/nestjsx/crud/wiki/Services#description)
-- [Handling Requests](https://github.com/nestjsx/crud/wiki/Requests#description)
+- [General Information](https://github.com/rewiko/crud/wiki#why)
+- [CRUD Controllers](https://github.com/rewiko/crud/wiki/Controllers#description)
+- [CRUD ORM Services](https://github.com/rewiko/crud/wiki/Services#description)
+- [Handling Requests](https://github.com/rewiko/crud/wiki/Requests#description)
## Support
@@ -105,7 +105,7 @@ Any support is welcome. At least you can give us a star.
### Code Contributors
This project exists thanks to all the people who contribute. [[Contribute](CONTRIBUTING.md)].
-