0.1.0 • Published 4 years ago

@atxm/open-package-settings v0.1.0

Weekly downloads
-
License
MIT OR GPL-2.0
Repository
github
Last release
4 years ago

@atxm/open-package-settings

npm npm CircleCI David

Opens package settings for the Atom package that consumes this module

Installation

npm install @atxm/open-package-settings -S

Usage

Example:

import { openPackageSettings } from '@atxm/open-package-settings';

(async () => {
    await openPackageSettings();
})();

Options

You can pass all options from atom.workspace.open(), excluding initialLine and initialColumn.

License

This work is dual-licensed under The MIT License and the GNU General Public License, version 2.0