atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

`atscm init` running in wrong directory #14

Closed LukasHechenberger closed 7 years ago

LukasHechenberger commented 7 years ago

If someone runs atscm init inside a directory, where a parent directory contains an Atviseproject file, the package tries to initialize inside this parent directory.

Sample file structure:

/Atviseproject.babel.js  < Project initialized here
/new-project/            < Run `atscm init` here