1.0.0 • Published 4 years ago

@varundevpro/directory-tree v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

npm-directory-tree

version install size downloads MIT License Build Status

Usage

lib.storeStructure(
  "<PATH_OF_TARGET_DIR>",
  "<PATH_WHERE_JSON_SHOULD_BE_STORED>"
);

// example
lib.storeStructure(process.cwd(), path.resolve(__dirname, "dir.json"));

Contributing

Code of Conduct

We adopt a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

License

MIT