Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

idleberg/atom-open-in-developer-mode

Repository files navigation

open-in-developer-mode

apm apm apm CircleCI David

Re-open the current file/project in developer mode

Installation

apm

Install open-in-developer-mode from Atom's Package Manager or the command-line equivalent:

$ apm install open-in-developer-mode

Using Git

Change to your Atom packages directory:

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

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

Clone repository as open-in-developer-mode:

$ git clone https://github.com/idleberg/atom-open-in-developer-mode open-in-developer-mode

Indicator

You can use the custom-title package to add an indicator, showing whether you're in Developer Mode.

Example:

<%= fileName %><% if (projectPath) { %> – <%= projectPath %><% } %><% if (devMode) { %> (Developer Mode)<% } %>

This will append (Developer Mode) to the title displayed in the window title.

License

This work is licensed under the The MIT License.