use-gotty
v1.0.8
Published
使用 gotty
Downloads
6
Readme
useGotty
需要安装 gotty
https://github.com/yudai/gotty
const useGotty = require('use-gotty');
const server = async () => {
const http = await useGotty(process.cwd(), ['sh'], 6666)
console.log(http)
}