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.
23 lines (22 loc) • 459 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "Remote Projects",
"submenu": [
{
"label": "Connect to Remote Project...",
"command": "nuclide-remote-projects:connect"
}
]
},
{
"label": "Kill Nuclide Server and Restart",
"command": "nuclide-remote-projects:kill-and-restart"
}
]
}
]
}