@jswork/path2modname
v1.0.3
Published
Path to module name.
Downloads
34
Readme
path2modname
Path to module name.
installation
npm install @jswork/path2modname
usage
import path2modname from '@jswork/path2modname';
const path1 = 'features.user-center.profile';
const path2 = 'features.profile';
const path3 = 'features.user-center';
console.log(path2modname(path1)); // 'features.userCenterProfile'
console.log(path2modname(path2)); // 'features.profile'
console.log(path2modname(path3)); // 'features.userCenter'
license
Code released under the MIT license.