Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
/ duck-generator Public archive

Visual Studio Code Extension for generating ducks for managing Redux state using the re-ducks (https://github.com/alexnm/re-ducks) pattern.

License

Notifications You must be signed in to change notification settings

vanister/duck-generator

Repository files navigation

Duck Generator

Utility to generate ducks for managing state in Redux using the re-ducks pattern.

A duck contains the following files:

  • actions.js
  • index.js
  • operations.js
  • reducers.js
  • selectors.js
  • tests.js
  • types.js
  • utils.js // will not be generated

NOTE 1: Assumes that duck will be generated in ./src/state/ducks if a name is given. Example: quack, when entered into the prompt, will create the duck at ./src/state/ducs/quack.

NOTE 2: When specifying a path for the duck, the parent ducks folder must exist. Example: src/state/ducklings/quack, the folder ducklings must exist.

Usage

Open the command palette (macOS: Shift+Command+P, Windows: Ctrl+Shift+P) and type, "Generate Duck."

Command Palette

Type the name of the duck and hit enter.

Some Duck

Alternatively you can specify a relative path to a ducks folder that already exists.

Some Duck Path

Known Issues

  • Folder: src/state/ducks should exist or you will get an error.
  • Not tested on Windows.

Source

GitHub

License

MIT

About

Visual Studio Code Extension for generating ducks for managing Redux state using the re-ducks (https://github.com/alexnm/re-ducks) pattern.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published