shellac:将您的shell脚本涂上一些更漂亮的东西 源码
虫胶 一种使调用一系列Shell命令更安全,更美观的工具。 用法 import shellac from 'shellac' test ( 'morty' , async ( ) => await shellac ` $ echo "End-to-end CLI testing made nice" $ node -p "5 * 9" stdout >> ${ ( answer ) => expect ( Number ( answer ) ) . toBeGreaterThan ( 40 ) } ` ) 句法 基本命令 await shellac ` // To execute a command, use $ $ my command here // If you want the output piped through to process.stdo
文件列表
shellac-master.zip
(预估有个20文件)
shellac-master
.gitignore
32B
tsconfig.json
646B
README.md
8KB
.github
workflows
node.js.yml
729B
test
failures.test.ts
339B
parser.test.ts
5KB
暂无评论