New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details → →
Socket
Book a DemoSign in
Socket

@bird-studio/interactive-message

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bird-studio/interactive-message

interactive message tool

latest
Source
npmnpm
Version
5.0.12
Version published
Maintainers
1
Created
Source

semantic-release Gitmoji

interactive-message

Alternative

https://github.com/bird-studio/hoipoi_capsule

Overview

Create messages in an interactive format.

https://user-images.githubusercontent.com/92862731/183108755-09c3b60c-f46d-4422-99f7-e6782cdf9ecd.mov

I need to use it right away.

https://github.com/akira-toriyama/interactive-message-demo

Usage

npm i -D @bird-studio/interactive-message

touch interactive-message.config.js

example

https://github.com/akira-toriyama/interactive-message-demo/blob/main/interactive-message.config.js

The part that matches questionDictionary.name will be replaced.
Change the templates and questions as you like.
This setting is Conventional Commit and gitmoji.

Commit hook

githooks

prepare-commit-msg

#!/bin/sh

exec < /dev/tty && yarn interactive-message commit
git commit

package.json

"scripts": {
  "prepare": "git config --local core.hooksPath .githooks"
}

husky

prepare-commit-msg

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && npx interactive-message commit

Localization

Keywords

commit

FAQs

Package last updated on 26 Dec 2022

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