UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

9 lines (5 loc) 2.39 kB
'use strict'; var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } console.log('\n' + _chalk2.default.bold('opencollective') + ' [collective] <command>\n\nCommand line utility to manage your open collectives (work in progress)\nFeedback and conversations: https://slack.opencollective.org\n\n' + _chalk2.default.dim('Commands:') + '\n\n info | stats Print the stats of the collective (default)\n donate Donate to [collective] (default: collective defined in ' + _chalk2.default.bold('package.json') + ')\n open Open the website of the collective\n postinstall Print the post install message for the collective (default: current collective)\n\n ' + _chalk2.default.dim('Support:') + '\n\n slack Open https://slack.opencollective.org\n twitter Open https://twitter.com/opencollect\n email Open mailto:support@opencollective.com\n\n ' + _chalk2.default.dim('Priority support:') + '\n\n sudo opencollective support\n\n' + _chalk2.default.dim('Options:') + '\n\n -h, --help Output usage information\n -c ' + _chalk2.default.bold.underline('COLLECTIVE') + ', --collective=' + _chalk2.default.bold.underline('COLLECTIVE') + ' Slug of the collective\n -t ' + _chalk2.default.bold.underline('TOKEN') + ', --token=' + _chalk2.default.bold.underline('TOKEN') + ' Open Collective Login token\n -gt ' + _chalk2.default.bold.underline('GITHUB_TOKEN') + ', --github_token=' + _chalk2.default.bold.underline('GITHUB_TOKEN') + ' Github token\n\n' + _chalk2.default.dim('Examples:') + '\n\n\n' + _chalk2.default.gray('–') + ' Get the latest stats for the Hoodie collective:\n\n ' + _chalk2.default.cyan('$ opencollective hoodie') + '\n\n' + _chalk2.default.gray('–') + ' Donate to webpack:\n\n ' + _chalk2.default.cyan('$ opencollective donate webpack') + '\n\n' + _chalk2.default.gray('–') + ' Run post install:\n\n ' + _chalk2.default.cyan('$ opencollective postinstall webpack') + '\n\n' + _chalk2.default.gray('–') + ' Run post install in plain text mode (no emoji, no ascii art):\n\n ' + _chalk2.default.cyan('$ opencollective postinstall cyclejs --plain') + '\n\n\n');