Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 605 Bytes

Roadmap.md

File metadata and controls

14 lines (13 loc) · 605 Bytes

🗺️ Roadmap

  • Move off of Yeoman as a dependency
  • Fully written in ES6 and TypeScript
  • Solid test coverage via Jest and TS
  • Make it even more customizable for the end user
    • ability to create custom workflows and validation
  • Document the naming pattern for re-naming a file
  • Document custom values in the .generator.config file
  • Experiment with a custom callback / creation hook
  • Encapsulate into a single Class
  • Swap out Sync for Async methods
  • More graceful error handling and reporting
    • Fine with not overriding, maybe a prompt though