squak:在TypeScript中设置和构建现代Web服务器

时间:2024-04-01 15:07:37
【文件属性】:

文件名称:squak:在TypeScript中设置和构建现代Web服务器

文件大小:10KB

文件格式:ZIP

更新时间:2024-04-01 15:07:37

TypeScript

squak 在TypeScript中设置和构建现代Web服务器。 ESLint,漂亮 TypeScript配置 守望者 生产独立版本 只需安装即可... 安装 现有的TypeScript项目 npm install squak --save-dev 这将自动调整您的package.json并创建必要的配置文件。 新项目 // Bootstrap the default template in the current directory. npm init now squak // Additional options: npm init now squak [ . / my - web - server ] [ template = 'default' | 'empty' | 'graphql' | 'nestjs' ] 默认模板包括基本服务器。 用法 npm start 在监视模


【文件预览】:
squak-main
----.gitignore(54B)
----package.json(1KB)
----installation.js(25B)
----options.ts(86B)
----configuration()
--------.prettierrc.json(43B)
--------.prettierignore(5B)
----README.md(2KB)
----script()
--------build.ts(30B)
--------lint.ts(29B)
--------test.ts(29B)
--------start.ts(30B)
----index.ts(887B)
----logo.png(3KB)
----configure.ts(34B)
----helper.ts(547B)
----template()
--------default()
----test()
--------build.test.ts(115B)

网友评论