@nimasfl/ao-toolkit

1.0.7 • Public • Published

AO Toolkit

This cli tool is developed to ease the develop workflow of various applications in our company.

Install

$ npm install @nimasfl/ao-toolkit -g

API

Generate module

use this command to generate nestjs module template

$ ao-toolkit generate module <ModuleName>
Example
$ ao-toolkit generate module app/BaseSample/Cat

Output files will be:

./src/app/base-sample/cat-module/dto/responses/base.customer.cat.response.dto.ts:
./src/app/base-sample/cat-module/cat.module.ts:
./src/app/base-sample/cat-module/controllers/cat.controller.ts:
./src/app/base-sample/cat-module/entities/cat.entity.ts:
./src/app/base-sample/cat-module/dto/requests/.gitkeep:
./src/app/base-sample/cat-module/repositories/cat.repository.ts:
./src/app/base-sample/cat-module/services/cat.service.ts:```

Readme

Keywords

Package Sidebar

Install

npm i @nimasfl/ao-toolkit

Weekly Downloads

0

Version

1.0.7

License

MIT

Unpacked Size

4.71 kB

Total Files

12

Last publish

Collaborators

  • nimasfl