You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@hashicorp/design-system-codemods

Package Overview
Dependencies
Maintainers
31
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hashicorp/design-system-codemods

Helios Design System codemods

0.5.1
latest
Source
npmnpm
Version published
Weekly downloads
2
-60%
Maintainers
31
Weekly downloads
 
Created
Source

codemods

A collection of codemods for Helios components.

Usage

To run a specific codemod (for example the v3/dropdown) in your project using npx, you would run the following:

npx @hashicorp/design-system-codemods v3/dropdown path/to/some/glob/**/*.hbs

Local usage

To run a specific codemod (for example the v3/dropdown) in this repository (even before publishing it), you would run the following from the root directory of this repository:

node ./packages/codemods/bin/cli.js v3/dropdown path/to/some/glob/**/*.hbs

Transforms

v3

  • v3/dropdown
  • v3/masked-input
  • v3/radio-card
  • v3/side-nav

v4

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • yarn

Running tests

  • yarn test

Update documentation

  • yarn update-docs

Keywords

hashicorp

FAQs

Package last updated on 23 Jan 2025

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