包详细信息

@zippytech/theme-builder

zippytech2Apache-2.01.2.2

Theme builder for React components

theme, react, builder, react-component

自述文件

@zippytech/theme-builder

Theme building scripts for our React components

To build theme run: @zippytech/theme-builder

Takes the following environment parameters:

INPUT_PATH=./test/style OUTPUT_PATH=./test/output NODE_MODULES_PATH=./test/fake_node_modules @zippytech/theme-builder

These parameters have the following defaults const INPUT_PATH = path.resolve(process.cwd(), './style') const OUTPUT_PATH = path.resolve(process.cwd(), './') const NODE_MODULES_PATH = path.resolve(process.cwd(), 'node_modules')

Apache2