Skip to content

Initial Release v1.0.0.

Latest
Compare
Choose a tag to compare
@solancer solancer released this 23 Jan 21:28
· 2 commits to main since this release

Excited to announce the initial release of tree2dir, a powerful CLI tool designed to simplify the process of creating complex directory structures from ASCII trees.

Features in this Release:

  • Generate directory structures directly from ASCII tree representations.
  • Support for reading ASCII trees from .txt files.
  • Generate structures from GitHub gists.
  • Interactive command-line interface to input ASCII trees directly.
  • Can be used in combination with Large Language Models for generating directory structures.

How to Use:

  • Install globally via npm: npm install -g tree2dir
  • Use without installation using npx: npx tree2dir generate
  • For more detailed instructions on usage and scenarios where tree2dir can be particularly useful, please refer to the project's README.

Contributing:
Your contributions to tree2dir are most welcome. Please feel free to fork, make your changes, and submit a pull request.

License:
tree2dir is open-source software licensed under the MIT License.