1.0.10 • Published 12 months ago

@rohilaharsh/wgen v1.0.10

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

wgen

File generator for React.js app based on TypeScript.

Note: This will work only for Unix-like shells (bash, zsh etc).

Whats with the name "wgen?

wgen is just easy to type and seem to be available name (having "gen" in its name)

Usage

Install globally with the package manager you are using.

For npm use npm i -g @rohilaharsh/wgen

Then you can use below commands in your React project

  • wgen c <ComponentName>
    • will create component under src/components
  • wgen c <ComponentName> -f <feature-name>
    • will create component under src/features/<feature-name>/components
  • wgen s <service-name> -f <feature-name>
    • will create service under src/features/<feature-name>/services
  • wgen rs <slice-name>
    • will create redux-slice under src/redux/slices/<slice-name>
1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago