初始化components 代码工具

1, 当使用react的时候,每次建立组件的时候,总是得自己去建立文件夹,文件,然后还得copy 样本代码,比如各种一模一样的代码,比如引入react
后来找了下,有个可以差不多的
https://github.com/joshwcomeau/new-component
但是感觉和项目的需求不一样
所以改了下,可以自己设置template的目录,可以自动创建index.cssmodule.styl
github地址
https://github.com/zsjun/init-component-tpl.git

2, 个人使用,我自己配置个命令,在.bash_profile, 配置了一个命令,执行src/index.js
执行initC -d . Button
就会在当前命令下面,自动创建一个


初始化components 代码工具_第1张图片
图片.png

就可以产生如下结果


图片.png

你可能感兴趣的:(初始化components 代码工具)