0.1.2 • Published 10 years ago

snowy-owl-config v0.1.2

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

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.