rapido
Version:
Rápido is an extensible command line interface that enables rapid development for any technology stack. Rápido is written in JavaScript and is built on top of Node.js and npm.
14 lines • 380 B
JSON
{
"name": "stack2",
"description": "Description for stack2",
"commands": {
"stack2 command1": {
"description": "Description for stack2 command1",
"file": "stack2-command1.js"
},
"stack2 command2": {
"description": "Description for stack2 command2",
"file": "stack2-command2.js"
}
}
}