create-react-cox-component
v1.0.8
Published
Initializes a Typescript React component using the context/reducer pattern
Downloads
2
Maintainers
Readme
create-react-cox-component
Description
Initializes a react component using the following pattern:
path
│ index.ts
│ component.tsx
│ component.types.ts
│ component.styles.ts
│ component.context.ts
│ component.hooks.ts
│ component.reducer.ts
│ component.actions.ts
Usage
npm install create-react-cox-component
npx crcc path/to/component/component-name