/remove-scope

Removes the @scope part from a given string

Primary LanguageTypeScript

Remove the @scope part from given string

Build Status

How it works

npm install remove-scope --save
const removeScope = require('remove-scope').removeScope

removeScope('@package/test-name');
// => 'test-name'