Closed LukasHechenberger closed 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.
--yes
-y
--link
Note, that you'll have to clone, build and npm link . atscm first. See the npm docs for details.
npm link .
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.