@atxm/open-package-settings
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@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

/@atxm/open-package-settings/

    Package Sidebar

    Install

    npm i @atxm/open-package-settings

    Weekly Downloads

    7

    Version

    0.1.0

    License

    MIT OR GPL-2.0

    Unpacked Size

    18.8 kB

    Total Files

    6

    Last publish

    Collaborators

    • idleberg