4.0.3 • Published 8 years ago

diq v4.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

DIQ – DUX IQ

CLI generator of Redux dux files and React components.

Tldr; install it with:

npm install diq -g

Go to your project's root folder and add .diq file:

touch .diq

Specify folders in .diq file like below:

{
  "duxFolder": "src/dux",
  "modulesFolder": "src/modules",
  "commonComponentsFolder": "src/components"
}

and run DIQ:

diq

Redux

With DIQ you can generate boilerplate for separated dux module:

dux_folder

... | dux_module_1

... ... | dux file

... ... | api file

... ... | types file

... | dux_module_2

... | dux_module_3

Just type diq in your project root and follow instructions.

React

With diq you can create React component as function or class. You can add stylus file for styling and specify most used methods.

4.0.3

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.0.1

8 years ago

0.3.0

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.0

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago