UNPKG

@ianwalter/npm-short-name

Version:

Get the unscoped, camelCased name of a npm package

31 lines (19 loc) 680 B
# @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]   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