typespeed
TypeScript icon, indicating that this package has built-in type declarations

2.4.9 • Public • Published

TypeSpeed Framework

typescript npm downloads license GitHub Build Status Codecov

特点

  • 遵循 MIT 许可的开源项目。
  • 提供 31 个 TypeScript 装饰器,这些装饰器构成了完整的 Web 框架功能,包括对象管理、Web 路由、数据库操作等。
  • 通过命令行脚手架,可以快速创建项目,零配置启动。
  • 基于依赖注入、AOP、中间件和启动扫描等编程理念开发实现。
  • 底层采用 ExpressJS 实现,提供稳定、快速的 Web 服务。
  • 框架提供了两种风格不同却各具优点的数据操作模式。

安装

TypeSpeed 环境要求 NodeJS 16+,TypeScript 运行时。

npm install typespeed -g

使用

typespeed new blog

cd ./blog

npm install

npm run test

开源协议

MIT © speedphp

Package Sidebar

Install

npm i typespeed

Weekly Downloads

296

Version

2.4.9

License

MIT License

Unpacked Size

276 kB

Total Files

104

Last publish

Collaborators

  • speed