This website requires JavaScript.
Explore
Help
Sign In
titor
/
koa-program
Watch
1
Star
0
Fork
0
You've already forked koa-program
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
482ead6be1
koa-program
/
bin
/
index.ts
4 lines
47 B
TypeScript
Raw
Normal View
History
Unescape
Escape
2.0.1 - 降低最低node版本为12 - 增加入口文件 node 启动指令 - 修改ts编译为es5语法 - 修改版本号为2.0.1
2021-02-17 02:06:16 +08:00
#
!
node
2.0 - 使用ora 和 prompts - 拆分结构代码,功能更加独立 - 独立的结构,可以给予其他cli作为脚手架底层使用
2021-02-17 01:49:07 +08:00
import
{
Koa
}
from
"./koa"
;
1.0.0
2021-02-10 03:40:48 +08:00
2.0 - 使用ora 和 prompts - 拆分结构代码,功能更加独立 - 独立的结构,可以给予其他cli作为脚手架底层使用
2021-02-17 01:49:07 +08:00
new
Koa
(
)
Reference in New Issue
Copy Permalink