UNPKG

create-react-file

Version:

Use command line to create component or something else

13 lines (8 loc) 208 B
'use strict'; const path = require('path'); const common = require(path.resolve(__dirname, '../common')); const { createClassName } = common; module.exports = opts => ` .${createClassName(opts)} { } `;