1.0.8 • Published 4 years ago

create-react-cox-component v1.0.8

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

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