Arclix
Easy To Use React CLI
An Open Source CLI for Component Generation in React.
An Open Source CLI for Component Generation in React.
Learning or configuring anything new is not necessary. You can instantly generate component in any React project.
Out of the box support for Component Generation, TypeScript, CSS preprocessors, Storybook, Test and more.
Configure how Arclix CLI should generate components according to your needs by creating arclix config file.
Take react component generation to the command line. Component generation is supported in all existing React projects created by:
Vite
Next
Remix
Gatsby
Expo
CRA
React template file jsx or tsx depending on your specific needs for the project.
Style file based on the provided CSS preprocessor (e.g., CSS,PCSS, SCSS, etc.).
Story file to test the UI of the component and explore its various states.
Test file to validate component functionality, supporting all React-compatible test frameworks.
ARCLIX v0.1.5
✓ Component Heroes, Villain, Heroes/Hero created.
Tired of adding flags like --flat
, --path
, etc. to the command ?
Configure the generation part of the CLI by creating arclix.config.json
either manually or by the following command:
npx arclix init
Create own dynamic component type and define their own configuration in the config file and more.
Learn More ➜React
Node
Prettier
ESLint
Vitest
JavaScript
TypeScript
CSS
Sass