atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

init: Invalid project names allowed #9

Closed LukasHechenberger closed 7 years ago

LukasHechenberger commented 7 years ago

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

export default class 31 extends Atviseproject { ...

which results in a runtime error as "31" is not a valid class name

LukasHechenberger commented 7 years ago

This issue was moved to atSCM/atscm#35