@atxm/open-package-settings

Opens package settings for the Atom package that consumes this module

Usage no npm install needed!

<script type="module">
  import atxmOpenPackageSettings from 'https://cdn.skypack.dev/@atxm/open-package-settings';
</script>

README

@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