mirror of
https://github.com/engineer-man/piston.git
synced 2025-09-20 10:50:04 +02:00
feat: Add automated runtime installation scripts and documentation
- Add install-runtimes.js script for bulk runtime installation - Create npm scripts for easy runtime management - Add comprehensive runtime installation guide to README - Support line-by-line runtime installation with progress tracking - Include error handling and automatic file creation - Add verification commands for testing installations
This commit is contained in:
parent
1d55a41a2d
commit
baa39555a8
5 changed files with 407 additions and 0 deletions
|
@ -1,4 +1,10 @@
|
|||
{
|
||||
"scripts": {
|
||||
"install-runtimes": "node install-runtimes.js",
|
||||
"install-runtimes:clean": "node install-runtimes.js --clean",
|
||||
"install-runtimes:create": "node install-runtimes.js --create",
|
||||
"install-runtimes:help": "node install-runtimes.js --help"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "2.4.1"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue