auto-psgen-cli
Version:
A CLI tool to automate project structure setup for API test
23 lines (22 loc) • 435 B
JSON
{
"name": "auto-psgen-cli",
"version": "1.1.20",
"description": "A CLI tool to automate project structure setup for API test",
"main": "runner.js",
"bin": {
"create-structure": "runner.js"
},
"scripts": {
"start": "node runner.js"
},
"keywords": [
"cli",
"automation",
"project-structure"
],
"author": "Mike EJ Redondo",
"license": "MIT",
"dependencies": {
"fs-extra": "^11.3.0"
}
}