atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
31 lines (30 loc) • 659 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "Source Control",
"submenu": [
{
"label": "Open in Diff View...",
"command": "nuclide-diff-view:open"
},
{
"label": "Commit",
"command": "nuclide-diff-view:commit"
},
{
"label": "Amend",
"command": "nuclide-diff-view:amend"
},
{
"label": "Publish to Phabricator",
"command": "nuclide-diff-view:publish"
}
]
}
]
}
]
}