@cloudcannon/suite
Version:
A suite of gulp tools to manage static sites on CloudCannon
23 lines (15 loc) • 369 B
Markdown
# 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
...
```