Class subgenerator will create a new class with the file name class-{class name}.php where the class name is from user input. Will automatically add the require to the main plugin file.
Worth implementing something like --save that npm uses for installs to determine whether to add to the main plugin file? Or just leave it for the developer to move if necessary?
Class subgenerator will create a new class with the file name
class-{class name}.php
where the class name is from user input. Will automatically add the require to the main plugin file.