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.
27 lines (26 loc) • 545 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "iOS Simulator Logs",
"submenu": [
{
"label": "Start",
"command": "nuclide-ios-simulator-logs:start"
},
{
"label": "Stop",
"command": "nuclide-ios-simulator-logs:stop"
},
{
"label": "Restart",
"command": "nuclide-ios-simulator-logs:restart"
}
]
}
]
}
]
}