ppfish-mobile 开发助手
npm install fishd-mobile-tools
fm create Button
`会在组件库项目source/components目录下创建以下目录及文件
`
└── Button
├── PropsType.tsx
├── Button.tsx
├── index.tsx
├── style
│ └── index.less
└── test
├── demo.test.js
└── index.test.js
``