XyyF / babel-plugin-routeNamesChain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

babel-plugin-route-names-chain

Instructions

npm i babel-plugin-route-names-chain --save

babel.config.js

module.exports = {
    plugins: [
        'route-names-chain',
    ],
}

Example

Transforms

const name = RouteNamesChain.Checkin.Profile

roughly to

const name = 'Checkin-Prifile'

For more examples, please see the catalog test

About


Languages

Language:JavaScript 100.0%