cil: execute command

This commit is contained in:
Thomas Hobson 2021-02-22 23:38:11 +13:00
parent 16b86607b1
commit 1fd3dce31d
No known key found for this signature in database
GPG key ID: 9F1FD9D87950DB6F
5 changed files with 257 additions and 0 deletions

13
cli/package.json Normal file
View file

@ -0,0 +1,13 @@
{
"name": "piston-cli",
"version": "1.0.0",
"description": "Piston Execution Engine CLI tools",
"main": "index.js",
"author": "Thomas Hobson <thomas@hexf.me>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"piston-api-client": "file:../api-client",
"yargs": "^16.2.0"
}
}