package-developer-toolbar

A toolbar aimed at developers of Atom/Pulsar packages and syntax themes

idleberg

1,254

2

Bug Reports

1.5.1

MIT

GitHub

This package consumes the following services:

package-developer-toolbar

License Release Downloads CI

A toolbar aimed at developers of Atom/Pulsar packages and syntax themes, based on the tool-bar package.

Installation

apm

Install package-developer-toolbar from Atom's Package Manager or the command-line equivalent:

$ apm install package-developer-toolbar

Using Git

Atom

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
```all
Pulsar

Change to your Pulsar packages directory:

# Windows
$ cd %USERPROFILE%\.pulsar\packages

# Linux & macOS
$ cd ~/.pulsar/packages/

Clone repository as package-developer-toolbar:

$ git clone https://github.com/idleberg/atom-package-developer-toolbar package-developer-toolbar

Dependencies

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.

Usage

Toggle and position the menu from the Packages > Toolbar menu.

Available Buttons

Screenshot

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

License

This work is licensed under the The MIT License.