0.1.2 • Published 12 years ago
snowy-owl-config v0.1.2
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 configOptions
{
	"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.