foldertree-cli
Version:
Create and visualize folder structures using tree diagrams from the command line
62 lines (61 loc) • 1.35 kB
JSON
{
"name": "foldertree-cli",
"version": "1.1.2",
"description": "Create and visualize folder structures using tree diagrams from the command line",
"main": "index.js",
"bin": {
"foldertree-cli": "./index.js"
},
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"jest": {
"testEnvironment": "node",
"coverageThreshold": {
"global": {
"branches": 80,
"functions": 80,
"lines": 80,
"statements": 80
}
}
},
"keywords": [
"folder-structure",
"directory-tree",
"tree-diagram",
"file-tree",
"folder-generator",
"directory-structure",
"cli",
"command-line",
"filesystem",
"project-structure",
"tree-visualization",
"folder-template",
"directory-mapper",
"tree-generator",
"project-scaffold",
"folder-map",
"directory-layout",
"tree-maker",
"file-organization",
"project-template"
],
"homepage": "https://github.com/aleyakovle/foldertree-cli",
"repository": {
"type": "git",
"url": "git+https://github.com/aleyakovle/foldertree-cli.git"
},
"author": "Aleksandr Yakovlev",
"license": "MIT",
"readme": "README.npm.md",
"devDependencies": {
"jest": "^29.7.0"
},
"dependencies": {
"ignore": "^7.0.3"
}
}