yokai

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i yokai

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • glue