1.0.6 β€’ Published 5 days ago

@teamteanpm2024/tempore-iure-tenetur v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

@teamteanpm2024/tempore-iure-tenetur

npm

@teamteanpm2024/tempore-iure-tenetur is a node command line tool to generate directory structure tree.

Installation

npm i @teamteanpm2024/tempore-iure-tenetur -g

Usage

$ @teamteanpm2024/tempore-iure-tenetur -h
Usage: @teamteanpm2024/tempore-iure-tenetur [options]

Generate a directory structure tree

Options:
  -V, --version          output the version number
  -i, --ignore <ig>      ignore specific directory name, separated by comma or '|'  
  -l, --layer <layer>    specify the layer of output
  -d, --directory <dir>  specify the directory to generate structure tree
  -f, --only-folder      output folder only
  --icon                 output emoji icon, prefixing filename or directory
  -o, --output <output>  export content into a file, appending mode by default      
  -h, --help             display help for command

Examples

Ignore .git and node_modules directory.

$ @teamteanpm2024/tempore-iure-tenetur -i '.git|node_modules' # or @teamteanpm2024/tempore-iure-tenetur -i '.git,node_modules'
@teamteanpm2024/tempore-iure-tenetur
β”œβ”€β”€πŸ“„.editorconfig
β”œβ”€β”€πŸ“„.eslintrc.js
β”œβ”€β”€πŸ“„.gitignore
β”œβ”€β”€πŸ“„.prettierrc.js
β”œβ”€β”€πŸ“„.release-it.json
β”œβ”€β”€πŸ“„CHANGELOG.md
β”œβ”€β”€πŸ“„LICENSE
β”œβ”€β”€πŸ“„package-lock.json
β”œβ”€β”€πŸ“„package.json
β”œβ”€β”€πŸ“„README.md
β””β”€β”€πŸ“src
    β”œβ”€β”€πŸ“„config.js
    β”œβ”€β”€πŸ“„generate.js
    β”œβ”€β”€πŸ“„index.js
    β”œβ”€β”€πŸ“„toTree.js
    β””β”€β”€πŸ“„utils.js

Show emoji icon, prefixing filename or directory.

$ @teamteanpm2024/tempore-iure-tenetur -i '.git,node_modules' --icon
@teamteanpm2024/tempore-iure-tenetur
β”œβ”€β”€πŸ“„.editorconfig
β”œβ”€β”€πŸ“„.eslintrc.js
β”œβ”€β”€πŸ“„.gitignore
β”œβ”€β”€πŸ“„.prettierrc.js
β”œβ”€β”€πŸ“„.release-it.json
β”œβ”€β”€πŸ“„CHANGELOG.md
β”œβ”€β”€πŸ“„LICENSE
β”œβ”€β”€πŸ“„package-lock.json
β”œβ”€β”€πŸ“„package.json
β”œβ”€β”€πŸ“„README.md
β””β”€β”€πŸ“src
    β”œβ”€β”€πŸ“„config.js
    β”œβ”€β”€πŸ“„generate.js
    β”œβ”€β”€πŸ“„index.js
    β”œβ”€β”€πŸ“„toTree.js
    β””β”€β”€πŸ“„utils.js

Export output into result.md, and append mode by default.

$ @teamteanpm2024/tempore-iure-tenetur -i '.git,node_modules' -o result.md
@teamteanpm2024/tempore-iure-tenetur
β”œβ”€β”€πŸ“„.editorconfig
β”œβ”€β”€πŸ“„.eslintrc.js
β”œβ”€β”€πŸ“„.gitignore
β”œβ”€β”€πŸ“„.prettierrc.js
β”œβ”€β”€πŸ“„.release-it.json
β”œβ”€β”€πŸ“„CHANGELOG.md
β”œβ”€β”€πŸ“„LICENSE
β”œβ”€β”€πŸ“„package-lock.json
β”œβ”€β”€πŸ“„package.json
β”œβ”€β”€πŸ“„README.md
β””β”€β”€πŸ“src
    β”œβ”€β”€πŸ“„config.js
    β”œβ”€β”€πŸ“„generate.js
    β”œβ”€β”€πŸ“„index.js
    β”œβ”€β”€πŸ“„toTree.js
    β””β”€β”€πŸ“„utils.js

License

MIT

1.0.6

5 days ago

1.0.5

6 days ago

1.0.4

7 days ago

1.0.3

8 days ago

1.0.2

9 days ago

1.0.1

10 days ago

1.0.0

10 days ago