Repository URL to install this package:
|
Version:
0.0.1 ▾
|
module.exports = () => {
const help = `
Usage
$ doodle <input>
Commands
gh -p opens a specific GitHub PR based on JIRA Ticket number (WEB only)
pr -p Opens the current branch's pull request on GitHub
jira -j Opens the current branch's ticket on JIRA
daily -d Launches a team standup on Google Hangouts
add user -a Adds a new user
release -r Interactively deploy a TagFlow enabled project anywhere except production
repo -s Lookup and launch a DoodleScheduling repository in your default browser
itests -t Interactively build the command needed to run the web-integration-tests
i18n -i Look for problems in the onesky i18n files (React projects only)
Examples
$ doodle gh -p WEB-3031
$ doodle pr
$ doodle jira
$ doodle daily
`;
console.log(help);
};