# @ianwalter/npm-short-name
> Get the unscoped, camelCased name of a npm package

[![npm page][npmImage]][npmUrl]

## Installation

```console
yarn add @ianwalter/npm-short-name
```

## Usage

```js
import npmShortName from '@ianwalter/npm-short-name'

const shortName = npmShortName('@ianwalter/decision-tree') // => decisionTree
```

## License

Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl]

&nbsp;

Created by [Ian Walter](https://iankwalter.com)

[npmImage]: https://img.shields.io/npm/v/@ianwalter/npm-short-name.svg
[npmUrl]: https://www.npmjs.com/package/@ianwalter/npm-short-name
[licenseUrl]: https://github.com/ianwalter/npm-short-name/blob/master/LICENSE
