create-structure-cli
Version:
Create a project structure from text or JSON input
22 lines (21 loc) • 467 B
JSON
{
"name": "create-structure-cli",
"version": "1.0.1",
"description": "Create a project structure from text or JSON input",
"bin": {
"create-structure": "./cli.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"project-structure",
"folders",
"automation"
],
"author": "Sayantan Chakraborty",
"license": "MIT",
"dependencies": {}
}