Create React Component folder works on macOS, Windows, and Linux.
It creates React or React Native component folder structure with one command.
There is also support for Typescript, React Native, Less and Sass.
$ npm install --save-dev create-react-component-folder
$ npx crcf myComponent(npx comes with npm 5.2+ and higher, see instructions for older npm versions)
$ npm install --save-dev create-react-component-folder$ npx crcf myComponent
$ npx crcf components/myComponent$ npx crcf components/header footer button navigationmyComponent
├── index.js
├── myComponent.js
├── myComponent.css
├── myComponent.test.js$ npx crcf --createindexMIT



