Socket
Book a DemoInstallSign in
Socket

@joycostudio/marquee

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@joycostudio/marquee

Just a marquee

Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
75
-5.06%
Maintainers
1
Weekly downloads
 
Created
Source

JOYCO Logo  JOYCO Marquee

banner
pnpm add @joycostudio/marquee

🤖 Automatic Workflows

This template comes with two GitHub Actions workflows (currently disabled for convenience):

  • Release Workflow (.github/workflows/release.yml.disabled): Automates the release process using Changesets. When enabled, it will automatically create release pull requests and publish to npm when changes are pushed to the main branch.

  • Publish Any Commit (.github/workflows/publish-any-commit.yml.disabled): A utility workflow that can build and publish packages for any commit or pull request.

To enable these workflows, simply remove the .disabled extension from the workflow files in the .github/workflows/ directory. We recommend enabling them to automate your package's release process.


🦋 Version Management

This library uses Changesets to manage versions and publish releases. Here's how to use it:

Adding a changeset

When you make changes that need to be released:

pnpm changeset

This will prompt you to:

  • Select which packages you want to include in the changeset
  • Choose whether it's a major/minor/patch bump
  • Provide a summary of the changes

Creating a release

To create a new version and update the changelog:

# 1. Create new versions of packages
pnpm version:package

# 2. Release (builds and publishes to npm)
pnpm release

Remember to commit all changes after creating a release.

FAQs

Package last updated on 03 Feb 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