twf cli
1.7 is out!
TypeScript Web Framework CLI
create() read() update() delete() www الحالي package.json الحالية src الحالي src/manifiest.json src/controllers الحالية src/annotations الحالية src/core الحالي src/app.ts الحالي src/server.ts الحالي src/typings.d.ts الحالي www dist temp node_modules package-lock.json لبدء مشروع جديد على الدليل الحالي ، لا تحتاج إلى تعيين اسم المشروع
!مهم
TWF-Cli لا يفسر
.أو...
twf startلبدء مشروع جديد مع دليل خاص ، تحتاج إلى تعيين اسم المشروع
twf start MyProjecttwf cleantwf installtwf verifytwf serve # twf add controller [name] [default route]
twf add controller index
twf add controller index /profile/:id
twf add controller main/index /profile/:id