Closed LukasHechenberger closed 7 years ago
The init command should not allow project names that result in invalid config class names.
init
Example: A project named "31" results in a config like
export default class 31 extends Atviseproject { ...
which results in a runtime error as "31" is not a valid class name
This issue was moved to atSCM/atscm#35
The
init
command should not allow project names that result in invalid config class names.Example: A project named "31" results in a config like
which results in a runtime error as "31" is not a valid class name