0.1.0 • Published 4 years ago

@atxm/get-package-name v0.1.0

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

@atxm/get-package-name

npm npm CircleCI David

Retrieves name of the Atom package that consumes this module

Installation

npm install @atxm/get-package-name -S

Usage

Example:

import { getPackageName } from '@atxm/get-package-name';

getPackageName();

License

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