0.0.38 โข Published 10 months ago
@avleon/cli v0.0.38
โ ๏ธ 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_apiCreate 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 -rCreate Model/Entity
# basic model
npx avleon make:model product
# typeorm model
npx avleon m:m product --ormCreate 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 --ormCreate Middleware
npx avleon make:config productCreate Config
npx avleon make:config productCreate authoriztion (Experimental)
npx avleon make:auth jwt0.0.38
10 months ago
0.0.37
10 months ago
0.0.36
10 months ago
0.0.35
10 months ago
0.0.34
10 months ago
0.0.33
10 months ago
0.0.32
10 months ago
0.0.31
10 months ago
0.0.30
10 months ago
0.0.29
10 months ago
0.0.27
11 months ago
0.0.25
11 months ago
0.0.6
1 year ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago
0.0.1
1 year ago