CloudCannon / cloudcannon-suite

:couch_and_lamp: An opinionated set of tools to build and maintain static sites
https://suite.cloudcannon.com/
6 stars 5 forks source link

Feature Request: adding a npx script for @cloudcannon/suite #25

Open Robbie-Cook opened 4 years ago

Robbie-Cook commented 4 years ago

Would be nice to be able to run

npx @cloudcannon/suite install .
npx @cloudcannon/suite start .

as well as / instead of

gulp dev:install
gulp dev
Robbie-Cook commented 4 years ago

I would be happy to work on this

Robbie-Cook commented 4 years ago

Also npx @cloudcannon/suite --init would be great too