react-md-tree

1.0.2 • Public • Published

🌳 React MD Tree

Generate your folder structure with ease.

First install:

npm install react-md-tree --save-dev

Then run the script:

react-md-tree --exclude dist

Example Output:

  • bin
    • cli.js
  • dist
    • bundle.js
  • src
    • components
      • __mocks__
        • Tree.mock.ts
      • __tests__
        • RootDirectory.spec.tsx
      • Directory.interface.ts
      • Directory.tsx
      • File.tsx
      • RootDirectory.tsx
    • config.ts
    • fsUtils.ts
    • globals.d.ts
    • index.tsx
  • .eslintrc.js
  • .prettierrc.js
  • README.md
  • babel.config.js
  • jest.config.js
  • webpack.config.js

Readme

Keywords

none

Package Sidebar

Install

npm i react-md-tree

Weekly Downloads

3

Version

1.0.2

License

none

Unpacked Size

30.1 kB

Total Files

22

Last publish

Collaborators

  • ssulivan11