atSCM / atscm-cli

Command line interface for atSCM
4 stars 0 forks source link

feat(init): Add '--yes' and '--link' options #138

Closed LukasHechenberger closed 5 years ago

LukasHechenberger commented 5 years ago

Use --yes (or -y) to initialise a new project using default values, and --link to use your locally linked atscm version instead.

Note, that you'll have to clone, build and npm link . atscm first. See the npm docs for details.