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) • 646 B
JSON
{
"menu": [
{
"label": "Nuclide",
"submenu": [
{
"label": "Clipboard Helpers",
"submenu": [
{
"label": "Copy Absolute Path",
"command": "nuclide-clipboard-path:copy-absolute-path"
},
{
"label": "Copy Repository Relative Path",
"command": "nuclide-clipboard-path:copy-repository-relative-path"
},
{
"label": "Copy Project Relative Path",
"command": "nuclide-clipboard-path:copy-project-relative-path"
}
]
}
]
}
]
}