Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.

a-t-x-m/open-package-settings

Repository files navigation

@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

About

Opens package settings for the Atom package that consumes this module

Resources

Stars

Watchers

Forks

Packages

No packages published