Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (19 loc) · 835 Bytes

TODO.md

File metadata and controls

19 lines (19 loc) · 835 Bytes
  • Tests
  • Colors for file tree output.
  • Lint/hint
  • --nocolors option or interactivity check a la grep.
  • Capture tree string, or return tree.
  • Flattening/ignore directories
  • Create/no-create empty dirs?
  • Sections for "list" view: files and folders (files first, both sections sorted)
  • Progress notification/verbosity => options.verbose.
  • Make destination optional: autocreate based on IDs, presume ./
  • Handle existing paths that are files when they should be directories and vice versa.
  • Support older versions of node (babel/traceur?)
  • Support global install routing: https://github.com/js-cli/js-liftoff
  • Documentation:
    • Readme index
    • Autogenerate CLI documentation from flags or vica versa.
  • Options assertions/schema. Use JSdoc somehow?
    • Allow variadic file|files, folder|folders.
  • Surface add-extensions flag.