Skip to content

matthiaskomarek/remove-scope

Repository files navigation

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'

About

Removes the @scope part from a given string

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published