twf cli
1.7 is out!
CLI de marco web de TypeScript
create() read() update() delete() www existente package.json existente.json src existente src/manifiest.json existente.json src/controllers existentes src/annotations existentes src/core existente src/app.ts existente src/server.ts existente src/typings.d.ts existente www dist temp node_modules package-lock.json Para comenzar un nuevo proyecto en el directorio actual, no necesita establecer el nombre del proyecto
!IMPORTANTE
TWF-CLI no interpreta
.o...
twf startPara comenzar un nuevo proyecto con un propio directorio, necesita establecer el nombre del proyecto
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