1.7.2 • Published 6 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 start
To start a new project on with a own directory you need set project name
twf start MyProject
Clean Project
twf clean
Install Dependencies
twf install
Verify Project
twf verify
Serve
twf serve
Generate Controller
# twf add controller [name] [default route]
twf add controller index
twf add controller index /profile/:id
twf add controller main/index /profile/:id
1.7.2
6 years ago
1.7.1
6 years ago
1.7.0
6 years ago
1.6.0
6 years ago
1.5.3
6 years ago
1.5.2
6 years ago
1.5.1
6 years ago
1.5.0
6 years ago
1.4.11
6 years ago
1.4.10
6 years ago
1.4.9
6 years ago
1.4.8
6 years ago
1.4.7
6 years ago
1.4.6
6 years ago
1.4.5
6 years ago
1.4.4
6 years ago
1.4.3
6 years ago
1.4.2
6 years ago
1.4.1
6 years ago
1.4.0
6 years ago
1.3.13
6 years ago
1.3.12
6 years ago
1.3.11
6 years ago
1.3.10
6 years ago
1.3.9
6 years ago
1.3.6
6 years ago
1.3.5
6 years ago
1.2.3
6 years ago
1.1.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago