statamic / cli

Install and manage your Statamic projects from the command line.
71 stars 19 forks source link

Add `—without-dependencies` option for starter kit installations #49

Closed jesseleite closed 2 years ago

jesseleite commented 2 years ago

Add —without-dependencies option for starter kit installations.

For example, right now if you install the cool writings starter kit with --dev option for 3.3 beta, you'll get a dependency conflict with the included ssg package. This PR allows you to install without starter kit dependencies to avoid the dependency conflict...

statamic new site statamic/starter-kit-cool-writings --dev --without-dependencies