1.0.3 • Published 10 years ago

yokai v1.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
10 years ago

Yokai

Static website deployments for Azure blob and CDN

Support for S3 and Google cloud coming soon

npm version

npm install yokai -g install global to access from any project

yokai init Generates a config file .yokairc in your project root and fill in your credentials:

{
  "azure": {
    "account": "",
    "key": "",
    "container": ""
  },
  "aws": {
    "accessKeyId": "",
    "secretAccessKey": "",
    "region": "",
    "Bucket": ""
  },
  "google": {

  }
}

After a .yokairc is created, you can deploy given that Azure is setup correctly via yokai deploy-azure [folder] so, if your compiled build folder is www it would be yokai deploy-azure www

If no azure container is specified one will be created in the root via $root

You can remove a container with yokai teardown-azure [container]

Here is a guide to configure Azure blob storage and CDN

1.0.3

10 years ago

1.0.2

10 years ago

1.0.0

10 years ago