Create React component with no configurations.
npm install create-react-component-with-no-config


Create React component with no configurations.
Inspired by the awesome vue-land/create-vue-component, now you can create a react component just like it!
``bash`
yarn global add create-react-component-with-no-config
`bash
create-react-component-with-no-config react-xxxor
create-react-component react-xxxor type less
crc react-xxx
The folder struture of generated project (no config files!):Documentation
$3
-
src/index.jsx: Your fancy component
- example/index.jsx: Entry file of your demo$3
-
yarn example: Run the demo for your component (with Poi)
- yarn example:build: Build the demo for your component (with Poi)
- yarn build: Build your component (with Bili)
- yarn test: Lint and test your component (with Jest)
- yarn lint: Lint only.$3
The generated
README.md in your project contains the badges of npm version, npm downloads and circleci status.Contributing
1. Fork it!
2. Create your feature branch:
git checkout -b my-new-feature
3. Commit your changes: git commit -am 'Add some feature'
4. Push to the branch: git push origin my-new-feature`MIT License
> minemine.cc · GitHub @luyilin · Twitter @luyilin12