punch-bitballoon

0.0.2 • Public • Published

Punch BitBalloon

A Punch Publisher for BitBalloon.

Lets you deploy your Punch based sites straight to BitBalloon.

How to Use

  • install the package

      npm install punch-bitballoon
    
  • Open your Punch project's configurations (config.json) and add the following:

      "plugins": {
        "publishers": {
          "bitballoon": "punch-bitballoon" 
        }
      }
    
  • Also, you must define publish settings in the config.

      "publish" : {
        "strategy" : "bitballoon",
        "options" : {
          "access_token": "your-bitballoon-access-token",
          "site_id": "optional id or domain of an existing site to deploy to (ie. my-site.bitballoon.com)"
        }
      }
    
  • Then, you can publish your site by running punch publish (or punch p) command.

Getting an Access Token

If you don't have an access token, just leave the "options" empty the first time your run punch p and the plugin will prompt you for your API credentials and generate one for you.

Readme

Keywords

none

Package Sidebar

Install

npm i punch-bitballoon

Weekly Downloads

1

Version

0.0.2

License

BSD

Last publish

Collaborators

  • biilmann