mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-21 20:46:26 +02:00
cil: execute command
This commit is contained in:
parent
16b86607b1
commit
1fd3dce31d
5 changed files with 257 additions and 0 deletions
13
cli/package.json
Normal file
13
cli/package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue