Pageworks / papertrain

Papertrain: a Craft CMS 3 framework
http://download.papertrain.io
MIT License
5 stars 2 forks source link

Custom CLI Module Generator #74

Closed codewithkyle closed 5 years ago

codewithkyle commented 5 years ago

See https://github.com/mediamonks/seng-generator for an example. We should be able to generate the basic empty TypeScript modules via a CLI.

codewithkyle commented 5 years ago

We can generate the new files but we can't modify the modules.ts file to handle exporting the classes and importing them into the main application.