1.7.2 • Published 7 years ago
twf-cli v1.7.2
TypeScript Web Framework Command Line Interface
TypeScript Web Framework CLI
Features
- Create project
- Current Directory
- Own Directory
- Generate API Controller
- Default CRUD
- @HttpPost
create() - @HttpGet
read() - @HttpPut
update() - @HttpDelete
delete()
- @HttpPost
- Default CRUD
- Remove API Controller
- Verify project structure
- Verify existing
www - Verify existing
package.json - Verify existing
src - Verify existing
src/manifiest.json - Verify existing
src/controllers - Verify existing
src/annotations - Verify existing
src/core - Verify existing
src/app.ts - Verify existing
src/server.ts - Verify existing
src/typings.d.ts
- Verify existing
- Version info & comparison
- CLI Version
- Project Version
- Node Version
- NPM Version
- Clean project
- Remove
www - Remove
dist - Remove
temp - Remove
node_modules - Remove
package-lock.json
- Remove
- Install dependencies
- Serve project
- Generate http property on controller
- Remove http property on controller
- Test Project(Unit Testing)
- Build Project
- Generate compiled binary package
- Windows
- Linux
- OSX
Commands
Start Project
To start a new project on current directory you don't need set project name
!IMPORTANT
twf-cli does not interpret
.or...
twf startTo start a new project on with a own directory you need set project name
twf start MyProjectClean Project
twf cleanInstall Dependencies
twf installVerify Project
twf verifyServe
twf serveGenerate Controller
# twf add controller [name] [default route]
twf add controller index
twf add controller index /profile/:id
twf add controller main/index /profile/:id1.7.2
7 years ago
1.7.1
7 years ago
1.7.0
7 years ago
1.6.0
7 years ago
1.5.3
7 years ago
1.5.2
7 years ago
1.5.1
7 years ago
1.5.0
7 years ago
1.4.11
7 years ago
1.4.10
7 years ago
1.4.9
7 years ago
1.4.8
7 years ago
1.4.7
7 years ago
1.4.6
7 years ago
1.4.5
7 years ago
1.4.4
7 years ago
1.4.3
7 years ago
1.4.2
7 years ago
1.4.1
7 years ago
1.4.0
7 years ago
1.3.13
7 years ago
1.3.12
7 years ago
1.3.11
7 years ago
1.3.10
7 years ago
1.3.9
7 years ago
1.3.6
7 years ago
1.3.5
7 years ago
1.2.3
7 years ago
1.1.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago