Skip to content

XyyF/babel-plugin-routeNamesChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published