0.0.38 โ€ข Published 6 months ago

@avleon/cli v0.0.38

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

โš ๏ธ WARNING: NOT FOR PRODUCTION USE

๐Ÿšง This project is in active development.

It is not stable and not ready for live environments.
Use only for testing, experimentation, or internal evaluation.

####โ— Risks of using this in production:

  • ๐Ÿ”„ Breaking changes may be introduced at any time
  • ๐Ÿงช Features are experimental and may be unstable
  • ๐Ÿ” Security has not been audited
  • ๐Ÿ’ฅ Potential for data loss or critical errors

Please do not deploy this in production environments.

Avleon CLI - v0.0.37

Create Application

npx @avleon/cli new my_api

Create Controller

npx avleon make:controller product
# or shorthand
npx avleon m:c product
# for resource controller with -r flag
npx avleon m:c product -m product -r

Create Model/Entity

# basic model
npx avleon make:model product
# typeorm model
npx avleon m:m product --orm

Create Service

# basic service
npx avleon make:service product
# resource service with built-in collection
npx avleon make:service product -m product -r
# resource service with typeorm collection
npx avleon make:service product -m product -r --orm

Create Middleware

npx avleon make:config product

Create Config

npx avleon make:config product

Create authoriztion (Experimental)

npx avleon make:auth jwt
0.0.38

6 months ago

0.0.37

6 months ago

0.0.36

6 months ago

0.0.35

6 months ago

0.0.34

6 months ago

0.0.33

6 months ago

0.0.32

7 months ago

0.0.31

7 months ago

0.0.30

7 months ago

0.0.29

7 months ago

0.0.27

7 months ago

0.0.25

7 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago