@cloudcannon/suite

A suite of gulp tools to manage static sites on CloudCannon

Usage no npm install needed!

<script type="module">
  import cloudcannonSuite from 'https://cdn.skypack.dev/@cloudcannon/suite';
</script>

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
...