Get the unscoped, camelCased name of a npm package
npm install @ianwalter/npm-short-name[![npm page][npmImage]][npmUrl]
``console`
yarn add @ianwalter/npm-short-name
`js
import npmShortName from '@ianwalter/npm-short-name'
const shortName = npmShortName('@ianwalter/decision-tree') // => decisionTree
``
Apache 2.0 with Commons Clause - See [LICENSE][licenseUrl]
Created by Ian Walter
[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