chore: better readme

This commit is contained in:
Supan Adit Pratama 2024-10-31 08:17:11 +07:00
parent 9dac403011
commit c150a75206
2 changed files with 5 additions and 3 deletions

View File

@ -65,9 +65,11 @@ export class AppModule {}
// Your Controller
@Controller('examples')
export class AppController extends SkeletonCRUDController {}
export class AppController extends SkeletonCRUDController {
// Yes, no need to write anything here
}
// Expected Output
// Expected Output ( As you can see the API is automatically mapped and generated )
[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [NestFactory] Starting Nest application...
[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [InstanceLoader] PrismaModule dependencies initialized +14ms
[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [InstanceLoader] AppModule dependencies initialized +0ms

View File

@ -1,6 +1,6 @@
{
"name": "@aditama-labs/nest-autocrud",
"version": "0.1.1",
"version": "0.1.2",
"description": "NestJS Auto CRUD Library",
"author": "Supan Adit Pratama",
"license": "MIT",