A toolbar aimed at developers of Atom packages and syntax themes, based on the tool-bar package.
Install package-developer-toolbar
from Atom's Package Manager or the command-line equivalent:
$ apm install package-developer-toolbar
Change to your Atom packages directory:
# Windows$ cd %USERPROFILE%\.atom\packages# Linux & macOS$ cd ~/.atom/packages/
Clone repository as package-developer-toolbar
:
$ git clone https://github.com/idleberg/atom-package-developer-toolbar package-developer-toolbar
Inside the cloned directory, install Node dependencies:
$ yarn || npm install
This package makes use of atom-package-deps to automatically install additional packages it depends on. However, you might have to restart Atom in order to use them.
Toggle and position the menu from the Packages > Toolbar
menu.
Buttons from left to right:
¹⁾ provided by package-generator
²⁾ provided by open-package
³⁾ provided by browse
⁴⁾ provided by timecop or timecop-2
⁵⁾ provided by deprecation-cop
⁶⁾ provided by open-in-developer-mode
⁷⁾ provided by satisfy-dependencies
⁸⁾ provided by local-storage
This work is licensed under the The MIT License.
You are welcome support this project using Flattr or Bitcoin 17CXJuPsmhuTzFV2k4RKYwpEHVjskJktRd
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.