cpsf_utilite
Version:
A CLI tool to generate a project's directory and file structure tree, with advanced filtering and configuration.
43 lines (42 loc) • 922 B
JSON
{
"name": "cpsf_utilite",
"version": "3.5.2",
"description": "A CLI tool to generate a project's directory and file structure tree, with advanced filtering and configuration.",
"main": "index.js",
"type": "commonjs",
"bin": {
"cpsf_utilite": "./index.js"
},
"files": [
"index.js"
],
"preferGlobal": true,
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/TechMaverickLab/text-replacer"
},
"keywords": [
"structure",
"tree",
"generator",
"cli",
"tool",
"project-structure",
"file-structure",
"directory-structure",
"npm",
"nodejs",
"utility"
],
"author": "techmavericklab <techmavericklab@gmail.com>",
"license": "MIT",
"dependencies": {
"inquirer": "^8.2.4",
"open": "^10.1.2",
"ora": "^5.4.1"
}
}