snowy-owl-configdeprecated

A fork of Isaac Schlueter's init-package-json for use with creating the config options for Snowy Owl.

Usage no npm install needed!

<script type="module">
  import snowyOwlConfig from 'https://cdn.skypack.dev/snowy-owl-config';
</script>

README

Snowy Owl Config

THIS LIBRARY HAS BEEN DEPRECATED IN FAVOR OF THE MORE GENERIC config-tree MODULE.

A node module to set configs to get your snowy-owl-cli started.

Usage

boom config

Options

{
    "github": {
        "type": "Either `org` or `individual`",
        "account_name": "The GitHub org or individual account name",
        "access_token": "Your GitHub access token",
        "private_repos": false
    },
    "server": {
        "url": "The url and port of your server"
    },
    "archive": {
        "enabled": false,
        "type": "Either `bitbucket` or `github`",
        "account_name": "Your GitHub or Bitbucket account name",
        "access_token": "Account access token"
    }
}

See snowy-owl-cli for the full documentation.