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) • 710 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "React Native",
"submenu": [
{
"label": "Start Debugging",
"command": "nuclide-react-native:start-debugging"
},
{
"label": "Start Packager",
"command": "nuclide-react-native:start-packager"
},
{
"label": "Stop Packager",
"command": "nuclide-react-native:stop-packager"
},
{
"label": "Restart Packager",
"command": "nuclide-react-native:restart-packager"
}
]
}
]
}
]
}