New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

diq

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diq

CLI generator of [Redux dux files](https://github.com/erikras/ducks-modular-redux) and React components.

  • 4.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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.

FAQs

Package last updated on 16 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc