@cloudcannon/suite
v2.0.3-rc1
Published
A suite of gulp tools to manage static sites on CloudCannon
Downloads
594
Readme
cloudcannon-suite
Documentation
Documentation and instructions can be found at https://suite.cloudcannon.com/
Local development
Run yarn link
in your cloudcannon-suite install folder
Run yarn link @cloudcannon/suite
in any repo to create a symlink to the local suite
Deploying a new version
$ npm version 1.1.7
...
$ git push
...
$ np
...